-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.64 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
{
"name": "test-mobile-app",
"displayName": "HelloCordova",
"version": "0.1.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "vue/main.js",
"private": true,
"scripts": {
"serve_f7": "chmod +x f7-vue-switch.sh && sh f7-vue-switch.sh && vue-cli-service serve",
"serve_bv": "chmod +x bv-vue-switch.sh && sh bv-vue-switch.sh && vue-cli-service serve",
"serve": "vue-cli-service serve",
"npm-build": "vue-cli-service build",
"webpack-develop": "webpack-dev-server --mode development",
"webpack-build": "webpack --config webpack.config.js --mode production"
},
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.10.5",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"bootstrap-vue": "^2.15.0",
"cordova": "^9.0.0",
"cordova-android": "^8.1.0",
"cordova-cli": "^1.0.0",
"cordova-ios": "^5.1.1",
"css-loader": "^3.6.0",
"framework7": "^5.7.10",
"framework7-icons": "^3.0.1",
"framework7-vue": "^5.7.10",
"gradle": "^1.2.3",
"html-webpack-plugin": "^4.3.0",
"mustache": "^4.0.1",
"vue": "^2.6.11",
"vue-loader": "^15.9.3",
"vue-router": "^3.3.4",
"vue-style-loader": "^4.1.2",
"vuex": "^3.5.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@vue/cli-service": "^4.4.6",
"cordova-plugin-whitelist": "^1.3.4",
"serve": "^11.3.0",
"@vue/cli-service": "^4.3.1",
"cordova-plugin-whitelist": "^1.3.4",
"serve": "^11.3.2",
"vue-template-compiler": "^2.6.11"
}
}