-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 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
{
"name": "got-stats",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"predeploy": "npm run build",
"deploy": "gh-pages -d out --nojekyll"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.0",
"@reduxjs/toolkit": "^2.11.2",
"axios": "^1.15.0",
"cancelable-promise": "^4.3.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"fflate": "^0.8.2",
"file-saver": "^2.0.5",
"next": "16.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-flatpickr": "^4.0.11",
"react-google-charts": "^5.2.1",
"react-redux": "^9.2.0",
"react-scrollspy-navigation": "^2.0.7",
"tailwind-merge": "^3.5.0",
"three": "^0.183.2",
"vat-ui": "github:AVAVT/vat-ui#0.0.1"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.183.1",
"gh-pages": "^6.3.0",
"tailwindcss": "^4",
"typescript": "^5"
},
"homepage": "http://avavt.github.io/gotstats"
}