-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.31 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
{
"name": "german-art-schools-map",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predeploy": "npm run build",
"deploy": "touch out/.nojekyll && gh-pages -d out -t true",
"generate-ambient": "NODE_OPTIONS='--loader ts-node/esm' ts-node --project scripts/tsconfig.json scripts/generate-ambient.ts"
},
"dependencies": {
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@radix-ui/react-dialog": "^1.1.4",
"@react-spring/three": "^9.7.5",
"@react-three/drei": "^9.121.1",
"@react-three/fiber": "^8.17.12",
"@react-three/postprocessing": "^2.16.6",
"@react-three/rapier": "^1.5.0",
"@supabase/supabase-js": "^2.21.0",
"@tanstack/react-query": "^4.29.0",
"@turf/turf": "^7.2.0",
"@tweenjs/tween.js": "^25.0.0",
"@types/d3-geo": "^3.1.0",
"@types/lodash": "^4.17.14",
"@types/three": "^0.158.3",
"audiocontext": "^0.1.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"d3-geo": "^3.1.1",
"d3-geo-projection": "^4.0.0",
"framer-motion": "^10.18.0",
"geojson-world-map": "^0.0.2",
"gsap": "latest",
"kdbush": "^4.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.469.0",
"mapbox-gl": "^2.15.0",
"next": "^13.4.19",
"node-web-audio-api": "^1.0.0",
"postcss": "^8.4.49",
"postprocessing": "^6.36.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^5.0.0",
"styled-components": "^6.1.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"three": "^0.159.0",
"three-geojson-geometry": "^2.0.0",
"three-mesh-bvh": "^0.7.0",
"three-stdlib": "^2.35.2",
"topojson-client": "^3.1.0",
"zustand": "^4.3.0"
},
"devDependencies": {
"@shadcn/ui": "^0.0.4",
"@types/geojson": "^7946.0.15",
"@types/mapbox-gl": "^2.7.13",
"@types/node": "^18.19.70",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.34",
"gh-pages": "^6.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"wavefile": "^11.0.0"
}
}