25 lines
495 B
JSON
25 lines
495 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"type-check": "tsc",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.4.13",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-dom": "^17.0.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-next": "^11.0.1",
|
|
"typescript": "4.3.5"
|
|
},
|
|
"license": "MIT"
|
|
}
|