Evo.Auth/apps/web/package.json
2022-11-27 12:55:26 +03:00

26 lines
555 B
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/montserrat": "^4.5.13",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"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"
}
}