-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.48 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.48 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
50
51
52
53
54
55
56
57
{
"name": "insu-web",
"version": "1.0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@react-three/fiber": "^9.6.0",
"@use-gesture/react": "^10.3.1",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"gsap": "^3.14.2",
"install": "^0.13.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"leaflet-search": "^4.0.0",
"leaflet.markercluster": "^1.5.3",
"lucide-react": "^1.8.0",
"motion": "^12.38.0",
"next": "^16.2.3",
"npm": "^11.12.1",
"ogl": "^1.0.11",
"postcss": "^8.5.10",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-leaflet": "^5.0.0",
"react-leaflet-cluster": "^4.1.3",
"react-markdown": "^10.1.0",
"react-spinners": "^0.17.0",
"recharts": "^3.8.1",
"swiper": "^12.1.3",
"tailwind-merge": "^3.5.0",
"three": "^0.183.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/leaflet": "^1.9.21",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.183.1",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^10",
"eslint-config-next": "^16.2.4",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}