forked from NINJATSS/WOLF-CASINO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "WOLF CASINO",
"private": true,
"version": "1.0.6",
"description": "",
"scripts": {
"dev": "vite",
"build": "vite build",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@react-three/drei": "^9.83.4",
"@react-three/fiber": "^8.12.2",
"@solana/wallet-adapter-react": "^0.15.32",
"@solana/wallet-adapter-react-ui": "^0.9.31",
"@solana/wallet-adapter-wallets": "^0.19.18",
"gamba": "^0.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"styled-components": "^6.0.8",
"three": "^0.151.3",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/three": "^0.150.2",
"@vitejs/plugin-react": "^3.1.0",
"buffer": "^6.0.3",
"tsup": "^7.2.0",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.1",
"vite-plugin-pwa": "^0.14.7"
}
}