You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1001 B
39 lines
1001 B
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "1.3.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"bootstrap": "^5.2.3",
|
|
"leaflet": "^1.9.3",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.7.4",
|
|
"react-dom": "^18.2.0",
|
|
"react-leaflet": "^4.2.1",
|
|
"react-router": "^6.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/leaflet": "^1.9.3",
|
|
"@types/node": "^18.16.3",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
|
"@typescript-eslint/parser": "^5.38.1",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"eslint": "^8.23.1",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.2.5",
|
|
"eslint-plugin-promise": "^6.0.1",
|
|
"eslint-plugin-react": "^7.31.11",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|