-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.5 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
46
47
48
49
50
51
52
53
{
"name": "breakpot",
"version": "1.0.0",
"description": "BreakPot — break bricks, hit jackpots, earn on-chain rewards.",
"main": "backend/server.js",
"scripts": {
"dev:frontend": "vite",
"dev:backend": "node backend/server.js",
"dev": "powershell -Command \"Start-Process npm -ArgumentList 'run dev:backend'; npm run dev:frontend\"",
"build": "vite build",
"start": "node backend/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ponkssol/BreakPot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/ponkssol/BreakPot/issues"
},
"homepage": "https://github.com/ponkssol/BreakPot#readme",
"dependencies": {
"@solana/spl-token": "^0.4.14",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-phantom": "^0.9.29",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/web3.js": "^1.98.4",
"bs58": "^6.0.0",
"cors": "^2.8.6",
"dotenv": "^17.4.0",
"express": "^5.2.1",
"express-rate-limit": "^8.3.2",
"helmet": "^8.1.0",
"pg": "^8.20.0",
"phaser": "^3.90.0",
"raw-body": "^3.0.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"uuid": "^13.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"vite": "^8.0.3"
}
}