forked from r-sabarish/Arena
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.13 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
{
"name": "arena",
"version": "0.1.0",
"private": true,
"author": {
"name": "Sabarish Ramasamy"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "npm run db:init && next build",
"start": "next start",
"lint": "next lint",
"db:init": "tsx scripts/init-db.ts"
},
"dependencies": {
"@react-three/drei": "^10.1.2",
"@react-three/fiber": "^9.1.2",
"@types/formidable": "^3.4.5",
"@types/react-chartjs-2": "^2.5.7",
"chart.js": "^4.4.9",
"formidable": "^3.5.4",
"gsap": "^3.13.0",
"next": "^16.1.6",
"next-auth": "^4.24.11",
"playfab-sdk": "^2.174.250526",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-unity-webgl": "^9.8.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"three": "^0.177.0",
"tsx": "^4.20.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sqlite3": "^5.1.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"typescript": "^5"
}
}