forked from ccates1/STaRS
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.44 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.44 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
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
{
"name": "stars",
"version": "1.1.1",
"description": "stars: An Ionic project",
"dependencies": {
"cordova-android": "^7.1.4",
"cordova-ios": "^4.5.5",
"cordova-plugin-console": "^1.1.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "^3.1.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"font-awesome": "^4.7.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.0.0",
"ionic-native-transitions": "^1.0.3",
"pouchdb": "^7.0.0",
"pouchdb-seamless-auth": "^4.1.0",
"relational-pouch": "^1.4.5"
},
"devDependencies": {
"@ionic/v1-toolkit": "1.0.17",
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"jasmine-core": "^2.5.2",
"karma": "^3.1.4",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-console",
"cordova-plugin-statusbar",
"cordova-plugin-splashscreen",
"cordova-plugin-device@^2.0.1",
"cordova-plugin-splashscreen@^5.0.2",
"cordova-plugin-ionic-webview@^1.1.16",
"cordova-plugin-ionic-keyboard@^2.0.5",
"cordova-plugin-whitelist@1.0.0",
"cordova-plugin-console@^1.1.0",
"cordova-plugin-statusbar@~2.4.1",
"cordova-plugin-whitelist@^1.3.3",
"cordova-plugin-statusbar@^2.4.1",
"cordova-plugin-device@2.0.1",
"cordova-plugin-ionic-keyboard@2.0.5",
"cordova-plugin-ionic-webview@1.1.16",
"cordova-plugin-splashscreen@5.0.2",
"cordova-plugin-statusbar@2.4.1",
"cordova-plugin-whitelist@1.3.3",
"cordova-plugin-console@1.1.0",
"cordova-plugin-ionic-webview@^1.2.1",
"cordova-plugin-statusbar@^2.4.2",
"cordova-plugin-device@^2.0.2",
"cordova-plugin-ionic-keyboard@^2.1.3",
"cordova-plugin-statusbar@2.4.2",
"cordova-plugin-ionic-keyboard@2.1.3",
"cordova-plugin-device@2.0.2",
"cordova-plugin-ionic-webview@1.2.1"
],
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-console": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-ionic-webview": {}
},
"platforms": [
"android",
"ios"
]
}
}