-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 KB
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
{
"name": "ionic1",
"version": "0.0.1",
"description": "An Ionic project",
"devDependencies": {
"@ionic/v1-toolkit": "^1.0.0",
"async": "^3.2.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^4.1.3",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-uglify": "^0.3.4",
"gulp": "^3.5.6",
"gulp-angular-templatecache": "^3.0.0",
"gulp-clean-css": "^3.7.0",
"gulp-inject": "^5.0.5",
"gulp-ng-annotate": "^2.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^2.1.0",
"jshint": "^2.11.0",
"mv": "^2.1.1",
"run-sequence": "^2.2.1"
},
"dependencies": {
"cordova-android": "^8.1.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {}
},
"platforms": [
"android"
]
}
}