31 lines
718 B
JSON
31 lines
718 B
JSON
{
|
|
"name": "map-service-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3000",
|
|
"build": "next build",
|
|
"start": "next start -p 3000",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^6.1.10",
|
|
"@mui/material": "^6.1.10",
|
|
"next": "^15.1.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"sass": "^1.82.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.2",
|
|
"@types/node": "^20.17.9",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"eslint": "^9.16.0",
|
|
"eslint-config-next": "15.1.0",
|
|
"@eslint/eslintrc": "^3.2.0"
|
|
}
|
|
}
|