25 lines
503 B
JSON
25 lines
503 B
JSON
{
|
|
"name": "itsc",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.8.2",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@mui/icons-material": "^5.5.1",
|
|
"@mui/material": "^5.5.3",
|
|
"next": "12.1.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.12.0",
|
|
"eslint-config-next": "12.1.2"
|
|
}
|
|
}
|