This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
forked from Kleppa/PRO200-Exam
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.47 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
{
"name": "Kolonial-Familie",
"version": "0.0.1",
"author": "Gruppe 22",
"homepage": "https://github.com/Kleppa/PRO200-Exam",
"private": true,
"scripts": {
"test": "mocha -r ts-node/register src/**/*-test.ts",
"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": "^6.0.3",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/compiler-cli": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.3",
"@angular/http": "^6.0.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@firebase/app": "^0.3.3",
"@firebase/app-types": "^0.3.2",
"@firebase/firestore-types": "^0.4.3",
"@firebase/polyfill": "^0.3.3",
"@ionic-native/camera": "^4.7.0",
"@ionic-native/clipboard": "^4.7.0",
"@ionic-native/core": "4.7.0",
"@ionic-native/splash-screen": "4.7.0",
"@ionic-native/status-bar": "4.7.0",
"@ionic/pro": "1.0.20",
"@ionic/storage": "^2.1.3",
"angularfire2": "5.0.0-rc.10",
"cordova-android": "7.0.0",
"cordova-clipboard": "^1.2.1",
"cordova-ios": "4.5.4",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.1.2",
"cordova-plugin-ionic-webview": "^1.2.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"firebase": "^5.0.4",
"ionic-angular": "^3.9.2",
"ionic-cache": "^3.1.1",
"ionic-cache-observable": "0.0.6",
"ionicons": "^4.1.2",
"lodash": "^4.17.10",
"protractor": "^5.3.2",
"rxjs": "^6.2.0",
"rxjs-compat": "^6.2.0",
"shortid": "^2.2.8",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.26"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.9",
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.1",
"ts-node": "^6.1.0",
"typescript": "~2.7.2",
"typings": "^2.1.1"
},
"description": "Eksamensprosjekt gruppe 22",
"cordova": {
"plugins": {
"cordova-clipboard": {},
"cordova-plugin-camera": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {}
},
"platforms": [
"ios",
"android"
]
}
}