35 lines
936 B
JSON
35 lines
936 B
JSON
{
|
|
"name": "webgis",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"frontend": "vite",
|
|
"backend": "python backend/app.py",
|
|
"dev": "concurrently \"npm run backend\" \"npm run frontend\"",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mapbox/polyline": "^1.2.1",
|
|
"leaflet": "^1.9.4",
|
|
"react": "^19.2.6",
|
|
"react-dom": "^19.2.6",
|
|
"react-leaflet": "^5.0.0",
|
|
"react-router-dom": "^7.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"concurrently": "^9.2.1",
|
|
"eslint": "^10.3.0",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.6.0",
|
|
"vite": "^8.0.12"
|
|
}
|
|
}
|