31 lines
691 B
JSON
31 lines
691 B
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint:fix": "next lint -- --fix"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/montserrat": "^5.0.13",
|
|
"@types/node": "^20.10.0",
|
|
"@types/react": "^18.2.39",
|
|
"@types/react-dom": "^18.2.17",
|
|
"axios": "^1.5.1",
|
|
"modern-normalize": "^2.0.0",
|
|
"next": "^14.2.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.69.3",
|
|
"typescript": "5.3.2",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vchikalkin/eslint-config-awesome": "^1.1.5",
|
|
"eslint": "^8.51.0"
|
|
}
|
|
}
|