-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 4.84 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
111
112
113
114
115
116
117
118
119
120
121
122
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test-vue": "cross-env mocha-webpack --webpack-config=node_modules/laravel-mix/setup/webpack.config.js --require tests/Vue/setup.js tests/Vue/**/*.spec.js --reporter mocha-junit-reporter --reporter-options mochaFile=./build/test-vue.xml",
"test-vue-awesome": "cross-env mocha-webpack --webpack-config=node_modules/laravel-mix/setup/webpack.config.js --require tests/Vue/setup.js tests/Vue/**/*.spec.js --reporter mochawesome"
},
"devDependencies": {
"@ahovakimyan/cordova-plugin-wkwebviewxhrfix": "git+https://github.com/AraHovakimyan/cordova-plugin-wkwebviewxhrfix.git",
"axios": "^0.18.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-stage-2": "^6.24.1",
"bootstrap": "^4.0.0",
"cordova-plugin-app-name": "^1.0.7",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-transport-security": "^0.1.2",
"cross-env": "^5.2.1",
"es6-promise-plugin": "^4.2.2",
"expect": "^23.6.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jquery": "^3.2",
"jsdom": "^12.2.0",
"jsdom-global": "^3.0.2",
"json-loader": "^0.5.7",
"laravel-mix": "^2.1.14",
"lodash": "^4.17.19",
"mocha": "^5.2.0",
"mochawesome": "^3.1.1",
"nyc": "^13.1.0",
"popper.js": "^1.12",
"prettier": "^1.13.7",
"sass-loader": "^7.1.0",
"sinon": "^7.0.0",
"vue": "^2.5.7"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@videojs/http-streaming": "^1.10.1",
"babel-preset-es2015": "^6.24.1",
"body-scroll-lock": "^2.6.4",
"cordova-plugin-deeplinks": "^1.1.1",
"cordova-plugin-device": "git+https://github.com/apache/cordova-plugin-device.git",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-disable-ios11-statusbar": "^1.0.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-opener2": "^3.0.3",
"cordova-plugin-inappbrowser": "^4.0.0",
"cordova-plugin-is-debug": "^1.0.0",
"cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-network-information": "git+https://github.com/apache/cordova-plugin-network-information.git",
"cordova-plugin-safariviewcontroller": "^1.6.0",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-whitelist": "^1.3.4",
"css-loader": "^1.0.1",
"file-saver": "^2.0.2",
"ios-sim": "^9.0.0",
"jquery-touch-events": "^1.0.7",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"jquery-ui-touch-punch": "^0.2.3",
"jquery.scrollto": "^2.1.2",
"mocha-junit-reporter": "^1.18.0",
"mocha-webpack": "^1.1.0",
"moxios": "^0.4.0",
"node-sass": "^4.13.0",
"phonegap-plugin-mobile-accessibility": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git",
"qs": "^6.9.4",
"simplebar": "^3.0.0-beta.5",
"sprintf-js": "^1.1.1",
"string-replace-loader": "^2.2.0",
"style-loader": "^1.1.2",
"systemjs": "^3.1.6",
"tincanjs": "^0.50.0",
"vue-agile": "^0.3.7",
"vue-axios-cors": "^1.0.1",
"vue-i18n": "^8.2.1",
"vue-mq": "^0.2.1",
"vue-perfect-scrollbar": "^0.1.0",
"vue-router": "^3.0.1",
"vue-slider-component": "^2.8.0",
"vue2-touch-events": "^2.3.1",
"vuex": "^3.0.1"
},
"cordova": {
"plugins": {
"cordova-plugin-nativestorage": {},
"cordova-plugin-file-opener2": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-file": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-disable-ios11-statusbar": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-dialogs": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-safariviewcontroller": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-is-debug": {},
"cordova-plugin-deeplinks": {},
"phonegap-plugin-mobile-accessibility": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-wkwebviewxhrfix": {},
"cordova-plugin-transport-security": {},
"cordova-plugin-app-version": {},
"cordova-plugin-app-name": {
"APP_NAME": "VueJs Cordova"
}
},
"platforms": []
}
}