-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
89 lines (89 loc) · 2.89 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": "StraboSpot",
"version": "1.19.8",
"description": "StraboSpot is a cross-platform app for geologic field data acquisition.",
"dependencies": {
"cordova-android": "8.1.0",
"cordova-browser": "^6.0.0",
"cordova-plugin-camera": "^4.1.0",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-device-motion": "^2.0.1",
"cordova-plugin-device-orientation": "^2.0.1",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-filepath": "^1.5.8",
"cordova-plugin-geolocation": "^4.0.2",
"cordova-plugin-inappbrowser": "^3.2.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "2.5.3",
"cordova-plugin-itunesfilesharing": "0.0.2",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-splashscreen": "^5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-zip": "^3.1.0",
"cordova-sqlite-storage": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"org.strabospot.clipboard": "https://github.com/StraboSpot/clipboard_plugin",
"strabo-plugin-clipboard": "git+https://github.com/StraboSpot/clipboard_plugin.git"
},
"devDependencies": {
"@ionic/cli-plugin-cordova": "1.6.2",
"@ionic/cli-plugin-ionic1": "2.1.1",
"@ionic/v1-toolkit": "^3.1.2",
"angular-mocks": "^1.7.9",
"bower": "^1.8.8",
"eslint": "^6.8.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^4.0.1",
"extend": ">=3.0.2",
"fstream": ">=1.0.12",
"gulp": "^4.0.2",
"gulp-sass": "^4.0.2",
"gulp-util": "^3.0.8",
"handlebars": "^4.7.6",
"lodash": ">=4.17.19",
"lodash.merge": ">=4.6.2",
"lodash.mergewith": ">=4.6.2",
"lodash.template": ">=4.5.0",
"minimatch": ">=3.0.2",
"mixin-deep": ">=1.3.2",
"set-value": "^3.0.2",
"shelljs": "^0.8.3",
"tar": "^6.0.1",
"ws": "^7.2.3"
},
"config": {
"ionic_generate_source_map": true
},
"cordova": {
"platforms": [
"browser"
],
"plugins": {
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-device": {},
"cordova-plugin-device-motion": {},
"cordova-plugin-device-orientation": {},
"cordova-plugin-file": {},
"cordova-plugin-filepath": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-itunesfilesharing": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-zip": {},
"cordova-sqlite-storage": {},
"org.strabospot.clipboard": {}
}
}
}