-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 861 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
29
{
"name": "phaser3-template",
"version": "0.0.1",
"description": "weixin app game",
"main": "index.js",
"repository": "[email protected]:liurongqing/wxagame.git",
"author": "liurongqing <[email protected]>",
"license": "MIT",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --config ./conf/webpack.dev.js",
"prod": "webpack --config ./conf/webpack.prod.js"
},
"dependencies": {
"phaser": "^3.7.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"babel-loader": "^8.0.0-beta",
"clean-webpack-plugin": "^0.1.19",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^0.5.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.1"
}
}