This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.42 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
{
"name": "xyz.spot.map",
"version": "0.0.0",
"description": "Entry for the COVID-19 Data Challenge",
"scripts": {
"ios": "cordova run ios -- -- --live-reload",
"android": "cordova run android",
"browser": "cordova run browser -- -- --live-reload",
"build": "cordova build"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.1.1",
"clean-webpack-plugin": "^3.0.0",
"cordova-android": "^9.0.0",
"cordova-browser": "^6.0.0",
"cordova-ios": "^6.1.1",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-camera": "^5.0.0",
"cordova-plugin-qrcodejs": "^1.0.0",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-whitelist": "^1.3.4",
"css-loader": "^3.2.0",
"current-device": "^0.10.0",
"epipebomb": "^1.0.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
"path": "^0.12.7",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"svg-url-loader": "^3.0.2",
"terser-webpack-plugin": "^2.1.0",
"url-loader": "^3.0.0",
"vue-hot-reload-api": "^2.3.4",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.1",
"@googlemaps/markerclustererplus": "^1.0.2",
"cordova": "^10.0.0",
"fastclick": "^1.0.6",
"framework7": "^5.7.12",
"framework7-icons": "^3.0.0",
"framework7-vue": "^5.7.12",
"loglevel": "^1.6.4",
"material-design-icons": "^3.0.1",
"qr-scanner": "^1.2.0",
"requirements": "^1.4.0",
"vue": "^2.6.10",
"vuex": "^3.1.1"
},
"displayName": "Spot-Map",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "22.+"
},
"cordova-plugin-qrcodejs": {}
},
"platforms": [
"browser",
"ios",
"android"
]
}
}