-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.56 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
{
"name": "nl.mountbatten.mcognos",
"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"
},
"keywords": [
"ecosystem:cordova"
],
"license": "ISC",
"devDependencies": {
"android-versions": "^1.2.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.2.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"cheerio": "^1.0.0-rc.2",
"chokidar": "^1.6.1",
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.28.8",
"current-device": "^0.6.0",
"epipebomb": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.6",
"html-loader": "^0.5.4",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"path": "^0.12.7",
"sass-loader": "^6.0.3",
"style-loader": "^0.19.1",
"svg-url-loader": "^2.3.1",
"uglify-js": "^3.3.7",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.6.2",
"vue-hot-reload-api": "^2.0.11",
"vue-html-loader": "^1.2.4",
"vue-loader": "^12.2.2",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.11.0"
},
"dependencies": {
"Framework7-Upscroller-Plugin": "https://github.com/valnub/Framework7-Upscroller-Plugin.git",
"cordova-android": "^6.4.0",
"cordova-browser": "^5.0.3",
"cordova-ios": "^4.5.4",
"cordova-plugin-customurlscheme": "^4.3.0",
"cordova-plugin-device": "^2.0.1",
"cordova-plugin-secure-key-store": "^1.5.5",
"cordova-plugin-whitelist": "^1.3.3",
"framework7": "^1.6.5",
"framework7-icons": "^0.8.9",
"framework7-vue": "^0.9.2",
"jcognos": "^0.1.3",
"loglevel": "^1.6.1",
"net": "^1.0.2",
"vue": "^2.5.13",
"vue-cordova": "^0.1.2",
"vue-full-loading": "^1.0.3",
"vue-good-table": "^1.19.1",
"vue-js-grid": "^1.0.1",
"vue-notification": "^1.3.6",
"vuex": "^3.0.1",
"xcodebuild": "^1.0.2"
},
"displayName": "mCognos",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "mcognos",
"ANDROID_SCHEME": " ",
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
},
"cordova-plugin-secure-key-store": {},
"cordova-plugin-device": {}
},
"platforms": [
"browser",
"android",
"ios"
]
}
}