Evo.Auth/apps/web/package.json
2023-11-28 23:47:19 +03:00

31 lines
688 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",
"next": "^14.0.3",
"normalize.css": "^8.0.1",
"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"
}
}