-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.29 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 3.29 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
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
{
"name": "Nectar",
"version": "0.0.0",
"author": "PSU CS Capstone",
"description": "Nectar: An Ionic project",
"repository": {
"type": "git",
"url": "https://github.com/beeminder-capstone/nectar-frontend.git"
},
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"test-coverage": "ng test --code-coverage",
"test": "ng test"
},
"dependencies": {
"@angular/common": "5.0.0",
"@angular/compiler": "5.0.0",
"@angular/compiler-cli": "5.0.0",
"@angular/core": "5.0.0",
"@angular/forms": "5.0.0",
"@angular/http": "5.0.0",
"@angular/platform-browser": "5.0.0",
"@angular/platform-browser-dynamic": "5.0.0",
"@ionic-native/core": "4.6.0",
"@ionic-native/diagnostic": "4.6.0",
"@ionic-native/in-app-browser": "4.6.0",
"@ionic-native/network": "4.6.0",
"@ionic-native/social-sharing": "4.6.0",
"@ionic-native/speech-recognition": "4.6.0",
"@ionic-native/splash-screen": "4.6.0",
"@ionic-native/status-bar": "4.6.0",
"@ionic/storage": "2.1.3",
"cordova-android": "^7.0.0",
"cordova-android-support-gradle-release": "^1.2.1",
"cordova-ios": "^4.5.4",
"cordova-plugin-console": "1.0.5",
"cordova-plugin-device": "^1.1.4",
"cordova-plugin-inappbrowser": "~1.6.1",
"cordova-plugin-ionic-webview": "^1.1.16",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-speechrecognition": "~1.1.2",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "2.2.1",
"cordova-plugin-whitelist": "^1.3.1",
"cordova-plugin-x-socialsharing": "^5.3.2",
"cordova-windows": "^5.0.0",
"cordova.plugins.diagnostic": "^3.9.2",
"ionic-angular": "3.9.2",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"rxjs": "5.5.2",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"@angular/cli": "^1.7.3",
"@angular/router": "5.0.0",
"@ionic/app-scripts": "3.1.8",
"@types/jasmine": "^2.8.6",
"@types/node": "^7.0.57",
"ionic-mocks": "^1.3.0",
"jasmine-core": "^2.99.1",
"jasmine-spec-reporter": "^3.3.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.3",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-junit-reporter": "^1.2.0",
"typescript": "2.4.2"
},
"cordovaPlatforms": [],
"-vs-binding": {
"BeforeBuild": [
"ionic:build"
]
},
"cordova": {
"platforms": [
"ios",
"windows",
"android"
],
"plugins": {
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-speechrecognition": {},
"cordova.plugins.diagnostic": {},
"cordova-plugin-network-information": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
}
}
}
}