-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 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
{
"private": true,
"target": "web",
"scripts": {
"build:production": "npx webpack --config webpack.config.production.js",
"build:debug": "npx webpack --config webpack.config.debug.js",
"webpack": "webpack"
},
"dependencies": {
"@pixi/app": "^7.4.2",
"@tweenjs/tween.js": "^23.1.2",
"axios": "^1.2.1",
"dat.gui": "^0.7.9",
"filemanager-webpack-plugin": "^8.0.0",
"ftp": "^0.3.10",
"gamestats.js": "^1.0.4",
"gsap": "^3.12.5",
"inversify": "^6.0.2",
"open": "^10.0.4",
"pixi-stats": "^1.2.2",
"pixi-tween": "^0.2.0",
"pixi.js": "^8.0.4",
"reflect-metadata": "^0.2.2",
"socket.io": "^4.7.5",
"stats.js": "^0.17.0",
"typescript": "^5.4.4",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-hot-middleware": "^2.26.1",
"webpack-shell-plugin-next": "^2.3.1"
},
"devDependencies": {
"@types/dat.gui": "^0.7.13",
"copy-webpack-plugin": "^11.0.0",
"fs": "^0.0.1-security",
"ftp": "^0.3.10",
"html-webpack-plugin": "^5.5.3",
"pako": "^2.1.0",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-livereload-plugin": "^3.0.2",
"webpack-shell-plugin-next": "^2.3.1"
}
}