-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.27 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
{
"name": "lavaflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.9",
"@react-three/drei": "^9.88.13",
"@react-three/fiber": "^8.15.19",
"@supabase/supabase-js": "^2.39.3",
"@tanstack/react-query": "^5.51.1",
"clsx": "^2.1.0",
"d3": "^7.9.0",
"date-fns": "^3.3.1",
"ethers": "^6.15.0",
"framer-motion": "^11.3.19",
"leaflet": "^1.9.4",
"lucide-react": "^0.378.0",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"recharts": "^2.12.7",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.2",
"three": "^0.160.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/leaflet": "^1.9.8",
"@types/node": "^20.11.30",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
}
}