Files
maps-service/web/package.json
Rhys Lloyd c6a685310e
Some checks failed
continuous-integration/drone/push Build is failing
bun update
2025-12-05 20:14:19 -08:00

32 lines
754 B
JSON

{
"name": "map-service-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000 --turbopack",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"date-fns": "^4.1.0",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"sass": "^1.94.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.7",
"typescript": "^5.9.3"
}
}