|
| 1 | +{ |
| 2 | + "name": "hotrod-ux-improvements", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc && vite build", |
| 9 | + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 10 | + "preview": "vite preview" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "@chakra-ui/react": "^2.8.2", |
| 14 | + "@emotion/react": "^11.11.4", |
| 15 | + "@emotion/styled": "^11.11.0", |
| 16 | + "framer-motion": "^11.0.8", |
| 17 | + "geojson-path-finder": "^2.0.2", |
| 18 | + "leaflet": "^1.9.4", |
| 19 | + "pigeon-maps": "^0.21.4", |
| 20 | + "react": "^18.2.0", |
| 21 | + "react-dom": "^18.2.0", |
| 22 | + "react-leaflet": "^4.2.1" |
| 23 | + }, |
| 24 | + "devDependencies": { |
| 25 | + "@types/leaflet": "^1.9.8", |
| 26 | + "@types/react": "^18.2.56", |
| 27 | + "@types/react-dom": "^18.2.19", |
| 28 | + "@typescript-eslint/eslint-plugin": "^7.0.2", |
| 29 | + "@typescript-eslint/parser": "^7.0.2", |
| 30 | + "@vitejs/plugin-react": "^4.2.1", |
| 31 | + "eslint": "^8.56.0", |
| 32 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 33 | + "eslint-plugin-react-refresh": "^0.4.5", |
| 34 | + "typescript": "^5.2.2", |
| 35 | + "vite": "^5.1.4" |
| 36 | + } |
| 37 | +} |
0 commit comments