Evo.Auth/apps/web/package.json
2023-08-01 15:23:30 +03:00

30 lines
659 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": "^4.5.13",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"axios": "^1.2.1",
"next": "13.0.5",
"normalize.css": "^8.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.56.1",
"typescript": "4.9.3"
},
"devDependencies": {
"@vchikalkin/eslint-config-awesome": "^1.1.1",
"eslint": "^8.46.0"
}
}