29 lines
665 B
JSON
29 lines
665 B
JSON
{
|
|
"name": "bs-school-manager-next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@mui/material": "^5.12.1",
|
|
"@types/node": "18.16.0",
|
|
"@types/react": "18.0.38",
|
|
"@types/react-dom": "18.0.11",
|
|
"autoprefixer": "10.4.14",
|
|
"eslint": "8.39.0",
|
|
"eslint-config-next": "13.3.1",
|
|
"next": "13.3.1",
|
|
"postcss": "8.4.23",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tailwindcss": "3.3.1",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|