-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
42
43
44
45
46
47
{
"name": "banana-gaming",
"version": "1.0.1",
"description": "",
"author": "Vladimir Daniuk <[email protected]>",
"main": "index.js",
"scripts": {
"dev": "webpack",
"build": "webpack --config webpack.production.config.js",
"cordova": "webpack --config webpack.cordova.config.js"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.24.7",
"browser-sync-webpack-plugin": "^2.0.1",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.4.1",
"cordova": "^8.0.0",
"expose-loader": "^0.7.4",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.11.0",
"workbox-webpack-plugin": "^3.6.2"
},
"dependencies": {
"cordova-android": "^7.1.1",
"cordova-browser": "^5.0.4",
"cordova-ios": "^4.5.5",
"cordova-plugin-whitelist": "^1.3.3",
"idiom.js": "^1.0.0",
"phaser-ce": "^2.11.0",
"webfontloader": "^1.6.28"
},
"cordova": {
"platforms": [
"android",
"browser",
"ios"
],
"plugins": {
"cordova-plugin-whitelist": {}
}
}
}