-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 759 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 759 Bytes
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
{
"name": "attack-on-red-envelope",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/prod.js ",
"start": "webpack serve --config webpack/base.js --mode development --open"
},
"author": "doraeric",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.1.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.22.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"phaser": "^3.52.0",
"phaser3-rex-plugins": "^1.1.39"
}
}