-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 951 Bytes
/
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
{
"dependencies": {
"http-server": "^13.0.1",
"peerjs": "^1.3.2",
"pixi.js": "^6.1.2",
"spritesheet-js": "^1.2.6",
"y-webrtc": "^10.2.0",
"yjs": "^13.5.12"
},
"scripts": {
"build": "webpack --mode development --config webpack.config.js",
"start": "webpack-dev-server --config webpack.config.js",
"spritesheet-bg": "spritesheet-js --format 'pixi.js' --name background --path dist build/sprites/background/*.png",
"spritesheet-fg": "spritesheet-js --format 'pixi.js' --name foreground --path dist build/sprites/foreground/*.png"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"html-webpack-plugin": "^5.3.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0",
"webpack-shell-plugin-next": "^2.2.2"
}
}