-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.35 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "bars-site",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\" \"**/*.{js,jsx,ts,tsx,json,css,md}\"",
"preview": "vite preview"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.19.0",
"dompurify": "^3.3.1",
"framer-motion": "^12.23.26",
"geolib": "^3.3.4",
"leaflet": "^1.9.4",
"leaflet-polylinedecorator": "^1.6.0",
"lightningcss": "^1.30.2",
"lucide-react": "^0.562.0",
"maplibre-gl": "^5.15.0",
"marked": "^17.0.1",
"posthog-js": "^1.309.1",
"prop-types": "^15.8.1",
"react": "^19.2.3",
"react-confetti": "^6.4.0",
"react-dom": "^19.2.3",
"react-leaflet": "^5.0.0",
"react-map-gl": "^8.1.0",
"react-router-dom": "^7.11.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"react-grab": "^0.1.29",
"tailwindcss": "^4.1.18",
"vite": "^7.3.0"
}
}