-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.68 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
{
"name": "outer-reach",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@number-flow/react": "^0.3.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-popover": "^1.1.1",
"@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-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@react-three/drei": "^9.114.3",
"@react-three/fiber": "^8.17.10",
"@types/mapbox-gl": "^3.4.0",
"@vercel/analytics": "^1.4.1",
"autoprefixer": "10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"d3-fetch": "^3.0.1",
"d3-scale": "^4.0.2",
"dat.gui": "^0.7.9",
"framer-motion": "^11.3.21",
"gsap": "^3.12.5",
"lucide-react": "^0.419.0",
"mapbox-gl": "^3.7.0",
"next": "14.2.3",
"postcss": "8.4.38",
"react": "18.3.1",
"react-awesome-reveal": "^4.2.11",
"react-curved-text": "^3.0.1",
"react-dom": "18.3.1",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.14.0",
"react-map-gl": "^7.1.7",
"react-simple-maps": "^3.0.0",
"react-type-animation": "^3.2.0",
"recharts": "^2.12.7",
"swr": "^2.2.5",
"tailwind-merge": "^2.4.0",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "^1.0.7",
"three": "^0.167.1",
"vaul": "^0.9.1"
}
}