-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "Phaser3ES6Webpack",
"version": "1.0.0",
"description": "",
"author": "niklas berg <me@niklasberg.se>",
"main": "index.js",
"scripts": {
"dev": "webpack",
"deploy": "webpack --config webpack.production.config.js",
"test": "eslint ./src/**/**.js"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"expose-loader": "^0.7.5",
"html-webpack-plugin": "^2.30.1",
"raw-loader": "^0.5.1",
"webpack": "^3.12.0"
},
"dependencies": {
"machina": "^2.0.2",
"phaser": "3.11.0",
"phaser-animated-tiles": "^1.0.0"
}
}