-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.9 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
{
"name": "gamba-platform-template",
"private": true,
"version": "1.0.0",
"description": "",
"scripts": {
"server": "nodemon server",
"start": "concurrently \"npm run server\" \"npm run client\"",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"client": "vite",
"build": "vite build",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@coral-xyz/anchor": "^0.27.0",
"@ledgerhq/errors": "6.16.3",
"@preact/signals-react": "^2.0.0",
"@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",
"axios": "^0.21.0",
"bcryptjs": "^2.4.3",
"buffer": "^6.0.3",
"client": "file:client",
"config": "^3.3.3",
"dotenv": "^16.4.5",
"express": "^4.17.1",
"express-validator": "^6.8.1",
"room-populate": "^1.0.17",
"gamba-core-v2": "^0.3.1",
"gamba-react-ui-v2": "^0.5.2",
"gamba-react-v2": "^1.1.6",
"gravatar": "^1.8.1",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^8.5.1",
"matter-js": "^0.19.0",
"mongoose": "^5.11.8",
"normalize-url": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"styled-components": "^6.0.8",
"bitcoin-core":"^4.2.0",
"swr": "^2.2.4",
"three": "^0.158.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/matter-js": "^0.19.5",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.0.11",
"@types/three": "^0.161.2",
"@vitejs/plugin-react": "^3.1.0",
"concurrently": "^5.3.0",
"nodemon": "^2.0.6",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-pwa": "^0.17.4"
}
}