-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "ethtokyo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@privy-io/react-auth": "^2.24.0",
"@privy-io/server-auth": "^1.32.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.3.0",
"@solana/spl-token": "^0.4.14",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jotai": "^2.14.0",
"lucide-react": "^0.544.0",
"maath": "^0.10.8",
"motion": "^12.23.12",
"next": "15.5.3",
"openai": "^5.20.2",
"pixi-live2d-display": "^0.5.0-beta",
"pixi.js": "^7.4.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-markdown": "^10.1.0",
"tailwind-merge": "^3.3.1",
"three": "^0.180.0",
"viem": "^2.37.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.13",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"postcss": "^8.5.6",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.8"
}
}