forked from nixsolutions/demo-phaser-crazybirds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "boykomet",
"version": "0.0.1",
"author": "mapto <[email protected]>",
"main": "index.js",
"scripts": {
"dev": "webpack",
"deploy": "webpack --config webpack.production.config.js",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git://github.com/mapto/boykomet.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.13.10",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"expose-loader": "^2.0.0",
"grunt": "^1.4.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-eslint": "^24.0.0",
"standard": "^16.0.3",
"webfontloader": "^1.6.28"
},
"dependencies": {
"html-webpack-plugin": "^5.3.1",
"phaser-ce": "^2.17.0",
"webpack": "^5.26.3",
"webpack-obfuscator": "^3.3.0",
"webpack-sources": "^2.2.0",
"webpack-uglify-js-plugin": "^1.1.9"
}
}