-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.18 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
{
"name": "helloworld",
"version": "1.0.0",
"description": "Brand new cordova project with framework7 - vue - webpack!",
"scripts": {
"default": "echo \"There is no scripts you can run with npm run command.\" && exit 1",
"start": "cordova run browser -- --lr > /dev/null 2>1& &"
},
"keywords": [
"ecosystem:cordova"
],
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"cheerio": "^1.0.0-rc.2",
"chokidar": "^2.1.5",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^2.1.1",
"current-device": "^0.8.0",
"epipebomb": "^1.0.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.5.0",
"path": "^0.12.7",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svg-url-loader": "^2.0.2",
"uglify-js": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.2",
"vue-hot-reload-api": "^2.0.11",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.20.2",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"cordova-android": "^7.1.4",
"cordova-browser": "^5.0.4",
"cordova-plugin-whitelist": "1",
"fastclick": "^1.0.6",
"font-awesome": "^4.7.0",
"framework7": "^4.2.0",
"framework7-icons": "^2.3.0",
"framework7-vue": "^4.2.0",
"loglevel": "^1.4.1",
"material-design-icons": "^3.0.1",
"q": "^1.5.1",
"vue": "^2.6.10",
"vuex": "^3.1.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"android"
]
}
}