26 lines
537 B
JSON
26 lines
537 B
JSON
{
|
|
"name": "nobat",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@mui/material": "^5.15.17",
|
|
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
|
|
"next": "14.2.3",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"styled-components": "^6.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
}
|