-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "PhaserES6Webpack",
"version": "1.1.0",
"description": "",
"author": "JO games",
"main": "index.js",
"scripts": {
"dev": "webpack",
"deploy": "webpack --config webpack.production.config.js",
"cordova": "webpack --config webpack.cordova.config.js",
"test": "eslint ./src/**/**.js"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^2.0.1",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.3.1",
"cordova": "^7.1.0",
"eslint": "^4.16.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"expose-loader": "^0.7.4",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.11.0"
},
"dependencies": {
"auth0-js": "^9.2.3",
"autoprefixer": "^7.2.5",
"axios": "^0.18.0",
"cordova-android": "^6.2.3",
"cordova-browser": "^4.1.0",
"cordova-ios": "^4.5.4",
"cordova-plugin-whitelist": "^1.3.3",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.7",
"fs": "0.0.1-security",
"http": "0.0.0",
"package": "^1.0.1",
"phaser-ce": "^2.10.1",
"phaser-swipe": "^1.0.4",
"url-loader": "^0.6.2",
"vue": "^2.5.13",
"vue-loader": "^14.1.1",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.13",
"vuex": "^3.0.1",
"webfontloader": "^1.6.28",
"webpack-merge": "^4.1.1",
"webpack-pwa-manifest": "^3.5.0"
},
"cordova": {
"platforms": [
"android",
"browser",
"ios"
],
"plugins": {
"cordova-plugin-whitelist": {}
}
}
}