-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
89 lines (89 loc) · 2.6 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
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"start": "vite preview",
"server": "bun server.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@pixiv/three-vrm": "^3.1.6",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@raydium-io/raydium-sdk": "^1.3.1-beta.0",
"@react-three/drei": "^9.102.3",
"@react-three/fiber": "^8.15.19",
"@solana/spl-token": "^0.4.9",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-phantom": "^0.9.24",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/web3.js": "^1.95.4",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.59.20",
"bn.js": "^5.2.1",
"bs58": "^4.0.1",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"cors": "^2.8.5",
"cross-fetch": "^4.0.0",
"date-fns": "^3.6.0",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.5",
"embla-carousel-react": "^8.3.0",
"express": "^4.21.1",
"input-otp": "^1.2.4",
"lucide-react": "^0.344.0",
"next-themes": "^0.3.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^2.1.3",
"react-router-dom": "^6.28.0",
"recharts": "^2.12.7",
"socket.io-client": "^4.8.1",
"sonner": "^1.5.0",
"stream-browserify": "^3.0.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-colors": "^2.0.0",
"three": "^0.170.0",
"tweetnacl": "^1.0.3",
"util": "^0.12.5",
"vaul": "^1.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/bs58": "^4.0.4",
"@types/node": "^22.7.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.162.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"concurrently": "^9.1.0",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2"
}
}