-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.43 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.43 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
54
55
56
{
"name": "petronyuwweb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@pixi/app": "^7.4.2",
"@pixi/assets": "^7.4.2",
"@pixi/core": "^7.4.2",
"@pixi/display": "^7.4.2",
"@pixi/graphics": "^7.4.2",
"@pixi/math": "^7.4.2",
"@pixi/mesh": "^7.4.2",
"@pixi/mesh-extras": "^7.4.2",
"@pixi/particle-container": "^7.4.2",
"@pixi/react": "^7.1.2",
"@pixi/sprite": "^7.4.2",
"@pixi/sprite-animated": "^7.4.2",
"@pixi/sprite-tiling": "^7.4.2",
"@pixi/text": "^7.4.2",
"@pixi/text-bitmap": "^7.4.2",
"@react-three/drei": "^9.121.5",
"@react-three/fiber": "^8.17.14",
"@tanstack/react-table": "^8.21.2",
"@types/three": "^0.173.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"konva": "^9.3.18",
"lodash": "^4.17.21",
"next": "^15.1.7",
"pixi": "^0.3.1",
"pixi.js": "^8.8.0",
"react": "^19.0.0",
"react-d3-speedometer": "^3.1.1",
"react-dom": "^19.0.0",
"react-gauge-chart": "^0.5.1",
"react-icons": "^5.4.0",
"react-konva": "^19.0.2",
"react-three": "^0.9.7",
"recharts": "^2.15.1",
"three": "^0.173.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.3"
}
}