This repository has been archived by the owner on Nov 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
110 lines (110 loc) · 3.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "com.phonegap.helloworld",
"version": "1.0.0",
"description": "Brand new cordova project with Vuetify.js - webpack!",
"scripts": {
"default": "echo \"There is no scripts you can run with npm run command.\" && exit 1",
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"build": "node build/build.js"
},
"keywords": [
"ecosystem:cordova"
],
"license": "ISC",
"devDependencies": {
"autoprefixer": "^8.0.0",
"babel-core": "^6.22.1",
"babel-loader": "^7.1.1",
"babel-plugin-add-filehash": "^6.9.7",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^2.3.1",
"cheerio": "^1.0.0-rc.2",
"chokidar": "^2.0.2",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.4.1",
"cordova-plugin-inappbrowser": "^2.0.2",
"css-loader": "^0.28.9",
"current-device": "^0.7.2",
"epipebomb": "^1.0.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.7",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.0",
"node-notifier": "^5.2.1",
"node-sass": "^4.5.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^2.0.0",
"path": "^0.12.7",
"portfinder": "^1.0.13",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.0",
"rimraf": "^2.6.0",
"sass-loader": "^6.0.3",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"style-loader": "^0.20.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"svg-url-loader": "^2.0.2",
"uglify-js": "^3.3.11",
"uglifyjs-webpack-plugin": "^1.2.0",
"url-loader": "^1.0.1",
"vue-hot-reload-api": "^2.0.11",
"vue-html-loader": "^1.2.4",
"vue-loader": "^14.1.1",
"vue-style-loader": "^4.0.2",
"vue-template-compiler": "^2.5.3",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-server": "^3.1.0",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"@firebase/app-types": "^0.1.0",
"cordova-android": "~7.1.0",
"cordova-browser": "^5.0.3",
"cordova-plugin-browsertab": "^0.2.0",
"cordova-plugin-buildinfo": "^2.0.1",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-inappbrowser": "^2.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-universal-links-plugin": "^1.2.1",
"firebase": "^4.10.0",
"loglevel": "^1.6.1",
"moveto": "^1.7.1",
"vue": "^2.5.3",
"vue-instantsearch": "^1.4.0",
"vue-observe-visibility": "^0.3.1",
"vue-router": "^3.0.1",
"vuetify": "^1.0.1"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"displayName": "helloworld",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-buildinfo": {},
"cordova-plugin-browsertab": {},
"cordova-plugin-inappbrowser": {},
"cordova-universal-links-plugin": {}
},
"platforms": [
"browser",
"android"
]
}
}