-
Notifications
You must be signed in to change notification settings - Fork 188
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "gamba-platform-template",
"private": true,
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "vite",
"build": "vite build",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@coral-xyz/anchor": "^0.27.0",
"@preact/signals-react": "^2.0.0",
"@ledgerhq/errors": "6.16.3",
"@react-three/drei": "^9.89.0",
"@react-three/fiber": "^8.15.11",
"@solana/spl-token": "^0.3.8",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.34",
"@solana/wallet-adapter-wallets": "^0.19.18",
"@solana/web3.js": "^1.78.5",
"buffer": "^6.0.3",
"gamba-react-ui-v2": "0.7.0",
"gamba-react-v2": "1.2.0",
"gamba-core-v2": "0.4.0",
"html2canvas": "^1.4.1",
"matter-js": "^0.19.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"styled-components": "^6.0.8",
"swr": "^2.2.4",
"three": "^0.158.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/react": "^18.2.22",
"@types/react-dom": "^18.0.11",
"@types/matter-js": "^0.19.5",
"@types/three": "^0.161.2",
"@vitejs/plugin-react": "^3.1.0",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.1",
"vite-plugin-pwa": "^0.17.4"
}
}