Added ann details button Added modal shown on its click Moved trashbox selection there Added trashboxes mock while testing in restricted area
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "front",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc",
|
|
"addFetchApiRoute": "bash utils/addFetchApiRoute.sh"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^5.3.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"leaflet": "^1.9.4",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.8.0",
|
|
"react-bootstrap-typeahead": "^6.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-insta-stories": "^2.6.1",
|
|
"react-leaflet": "^4.2.1",
|
|
"react-router-dom": "^6.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.0.2",
|
|
"@types/leaflet": "^1.9.3",
|
|
"@types/lodash": "^4.14.196",
|
|
"@types/react": "^18.2.14",
|
|
"@types/react-dom": "^18.2.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
"@typescript-eslint/parser": "^5.61.0",
|
|
"@vitejs/plugin-react": "^4.0.1",
|
|
"eslint": "^8.44.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.1",
|
|
"lodash": "^4.17.21",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.0"
|
|
}
|
|
}
|