-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.79 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
{
"name": "FaceDetectionApp",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"start": "ionic-app-scripts serve",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint"
},
"dependencies": {
"@angular/animations": "8.0.2",
"@angular/common": "8.0.2",
"@angular/compiler": "8.0.2",
"@angular/compiler-cli": "8.0.2",
"@angular/core": "8.0.2",
"@angular/forms": "8.0.2",
"@angular/http": "7.2.15",
"@angular/platform-browser": "8.0.2",
"@angular/platform-browser-dynamic": "8.0.2",
"@hapi/hoek": "^7.2.1",
"@ionic-native/core": "~5.8.0",
"@ionic-native/splash-screen": "~5.8.0",
"@ionic-native/status-bar": "~5.8.0",
"@ionic/storage": "2.2.0",
"com.kuldeep.facedetection": "FaceDetectionCordovaPlugin",
"cordova-android": "^8.0.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "^4.1.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"facedetectioncordovaplugin": "file:FaceDetectionCordovaPlugin",
"hoek": "^6.1.3",
"ionic-angular": "3.9.6",
"ionicons": "4.5.8",
"rxjs": "6.5.2",
"sw-toolbox": "3.6.0",
"zone.js": "0.9.1"
},
"devDependencies": {
"@ionic/app-scripts": "3.2.4",
"typescript": "~3.5.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"com.kuldeep.facedetection": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {}
},
"platforms": [
"android"
]
}
}