-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.29 KB
/
package.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "deck-gl-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@deck.gl/carto": "^9.0.29",
"@gsap/react": "^2.1.2",
"@next/third-parties": "^15.1.7",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@react-three/drei": "^9.120.8",
"@react-three/fiber": "^8.17.12",
"@turf/turf": "^7.1.0",
"@types/d3-scale": "^4.0.0",
"@types/mapbox-gl": "^3.4.0",
"@types/three": "^0.172.0",
"@types/webgl2": "^0.0.11",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"country-data-list": "^1.3.4",
"d3-scale": "^4.0.0",
"deck.gl": "^9.0.0",
"dotenv": "^16.4.5",
"flag-icons": "^6.15.0",
"gl-matrix": "^3.4.3",
"gsap": "^3.12.7",
"lucide-react": "^0.445.0",
"mapbox-gl": "^2.15.0",
"maplibre-gl": "^3.0.0",
"next": "14.2.13",
"next-themes": "^0.3.0",
"next-transition-router": "^0.2.7",
"pg": "^8.13.1",
"r3f-globe": "^1.1.0",
"react": "^18",
"react-circle-flags": "^0.0.23",
"react-dom": "^18",
"react-globe.gl": "^2.28.3",
"react-map-gl": "^7.0.25",
"react-scroll-sync": "^0.11.2",
"recharts": "^2.12.7",
"shadcn-ui": "^0.9.4",
"sharp": "^0.33.5",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.172.0",
"vaul": "^0.9.9"
},
"devDependencies": {
"@types/geojson": "^7946.0.14",
"@types/node": "^20",
"@types/pg": "^8.11.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-scroll-sync": "^0.9.0",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}