-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "pixelbattle",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 9001",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0"
},
"license": "GPL-3.0-only",
"version": "4.3.0",
"homepage": "https://github.com/pixelate-it/pixelbattle-frontend#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pixelate-it/pixelbattle-frontend.git"
},
"dependencies": {
"@pixi/app": "^7.4.2",
"@pixi/color": "^7.4.2",
"@pixi/core": "^7.4.2",
"@pixi/display": "^7.4.2",
"@pixi/events": "^7.4.2",
"@pixi/graphics": "^7.4.2",
"@pixi/math": "^7.4.2",
"@pixi/particle-container": "^7.4.2",
"@pixi/sprite": "^7.4.2",
"@pixi/utils": "^7.4.2",
"@preact/signals": "^1.3.0",
"js-cookie": "^3.0.5",
"pixi-viewport": "5.0.2",
"preact": "^10.23.1",
"preact-render-to-string": "^6.5.7",
"react-colorful": "^5.6.1",
"wouter-preact": "^3.3.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.1.0",
"eslint": "^9.8.0",
"eslint-config-preact": "^1.4.0",
"terser": "^5.31.5",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-plugin-pwa": "^0.20.1"
}
}