-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.49 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "SmaRT-CIT",
"version": "1.1.0",
"author": "Gaspar Lukacs",
"homepage": "https://github.com/gasparl/citapp_mobile/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/animations": "5.2.11",
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/core": "5.2.11",
"@angular/forms": "5.2.11",
"@angular/http": "5.2.11",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@ionic-native/background-mode": "^4.11.0",
"@ionic-native/clipboard": "^4.11.0",
"@ionic-native/core": "4.6.0",
"@ionic-native/email-composer": "^4.7.0",
"@ionic-native/file": "^4.11.0",
"@ionic-native/image-picker": "^5.18.0",
"@ionic-native/insomnia": "^4.18.0",
"@ionic-native/keyboard": "^4.20.0",
"@ionic-native/navigation-bar": "^4.18.0",
"@ionic-native/network": "^4.11.0",
"@ionic-native/social-sharing": "^4.12.0",
"@ionic-native/splash-screen": "4.6.0",
"@ionic-native/status-bar": "^4.6.0",
"@ionic/storage": "2.1.3",
"browser-sync": "^2.26.7",
"cheerio": "^0.22.0",
"cordova-browser": "^5.0.4",
"cordova-clipboard": "^1.3.0",
"cordova-ios": "4.5.5",
"cordova-plugin-background-mode": "^0.7.3",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-email-composer": "^0.8.15",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^2.5.3",
"cordova-plugin-navigationbar": "^1.0.31",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-splashscreen": "^5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-telerik-imagepicker": "^2.3.3",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-res": "^0.15.1",
"cordova-sqlite-storage": "^6.0.0",
"csp-parse": "0.0.2",
"elementtree": "^0.1.7",
"emulate": "1.0.2",
"glob": "^5.0.15",
"ionic-angular": "3.9.9",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"jquery": "^3.4.1",
"npm": "^2.15.12",
"plist": "^1.2.0",
"q": "^1.5.1",
"rxjs": "5.5.8",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.20"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.21",
"@angular/cli": "^8.3.21",
"@angular/compiler-cli": "^8.2.14",
"@ionic/app-scripts": "3.2.4",
"@types/node": "^9.6.55",
"typescript": "^2.6.2"
},
"description": "SmaRT-CIT: a response time-based Concealed Information Test lie detector smartphone application.",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-email-composer": {},
"cordova-plugin-file": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-network-information": {},
"cordova-clipboard": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-navigationbar": {},
"cordova-plugin-insomnia": {},
"cordova-plugin-telerik-imagepicker": {},
"cordova-sqlite-storage": {}
},
"platforms": [
"browser",
"ios",
"android"
]
}
}