-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 815 Bytes
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
{
"name": "the-terminal",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.2.10",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@tanstack/react-query": "^5.90.21",
"@types/node": "^25.3.2",
"@types/react": "^18.3.28",
"@types/three": "^0.183.1",
"autoprefixer": "^10.4.27",
"framer-motion": "^12.34.3",
"leva": "^0.10.1",
"lucide-react": "^0.575.0",
"next": "^14.2.35",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.0",
"three": "^0.183.1",
"typescript": "^5.9.3",
"viem": "^2.46.3",
"wagmi": "^2.19.5"
}
}