forked from Anantdadhich/fruityslice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.15 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
{
"name": "fruitninja",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node server.js"
},
"dependencies": {
"@solana/spl-token": "^0.4.13",
"@solana/wallet-adapter-base": "^0.9.24",
"@solana/wallet-adapter-react": "^0.15.36",
"@solana/wallet-adapter-react-ui": "^0.9.36",
"@solana/wallet-adapter-wallets": "^0.19.33",
"@solana/web3.js": "^1.98.0",
"@tailwindcss/vite": "^4.1.3",
"@upstash/redis": "^1.34.6",
"@vercel/analytics": "^1.5.0",
"bs58": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"jsonwebtoken": "^9.0.2",
"ngrok": "5.0.0-beta.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.5.0",
"tailwindcss": "^4.1.3",
"tweetnacl": "^1.0.3",
"vite-plugin-node-polyfills": "^0.23.0"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^6.2.5"
},
"engines": {
"node": "18.x"
}
}