-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "Repairevil",
"version": "2.0.0",
"description": "A bootstrap project for create games with Phaser + ES6 + Webpack.",
"author": "leandro cabrera <leandcabrera@gmail.com>",
"main": "index.js",
"scripts": {
"start": "webpack",
"deploy": ""
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^2.2.2",
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"expose-loader": "^0.7.3",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"phaser": "3.21.0",
"phaser3-rex-plugins": "^1.1.7",
"seedrandom": "^3.0.5",
"webfontloader": "^1.6.28"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false
}
}