This repository has been archived by the owner on Jul 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.72 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
{
"name": "dhbw-dualis-app",
"version": "1.1.1",
"author": "Robin Genz <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/robingenz/dhbw-dualis-app",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"release": "standard-version --commit-all",
"test": "ng test --browsers=Chrome",
"test:ci": "ng test --watch=false --progress=false --code-coverage --browsers=HeadlessChrome",
"lint": "ng lint",
"e2e": "ng e2e",
"e2e:ci": "ng e2e --protractorConfig=e2e/protractor-ci.conf.js",
"prettier:format": "npx prettier --config .prettierrc --write \"{src,e2e/src}/**/*\" --ignore-unknown",
"prettier:check": "npx prettier --config .prettierrc --check \"{src,e2e/src}/**/*\" --ignore-unknown"
},
"private": true,
"dependencies": {
"@angular/common": "12.0.0",
"@angular/core": "12.0.0",
"@angular/forms": "12.0.0",
"@angular/platform-browser": "12.0.0",
"@angular/platform-browser-dynamic": "12.0.0",
"@angular/router": "12.0.0",
"@capacitor/android": "2.4.7",
"@capacitor/core": "2.4.7",
"@capacitor/ios": "2.4.7",
"@ionic-native/core": "5.33.0",
"@ionic-native/http": "5.33.0",
"@ionic/angular": "5.6.7",
"cordova-plugin-advanced-http": "3.1.0",
"cordova-plugin-file": "6.0.2",
"rxjs": "6.6.7",
"tslib": "2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.0.0",
"@angular/cli": "12.0.0",
"@angular/compiler": "12.0.0",
"@angular/compiler-cli": "12.0.0",
"@angular/language-service": "12.0.1",
"@capacitor/cli": "2.4.7",
"@ionic/angular-toolkit": "3.1.1",
"@ionic/cli": "6.16.1",
"@types/jasmine": "3.7.4",
"@types/jasminewd2": "2.0.9",
"@types/node": "15.3.1",
"codelyzer": "6.0.2",
"jasmine-core": "3.7.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.2",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.6.0",
"nan": "2.14.2",
"prettier": "2.3.0",
"protractor": "7.0.0",
"puppeteer": "9.1.1",
"standard-version": "9.3.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.2.4"
},
"description": "An unofficial app for students of the Baden-Wuerttemberg Cooperative State University (DHBW) to query the examination results.",
"repository": {
"type": "git",
"url": "git+https://github.com/robingenz/dhbw-dualis-app.git"
},
"bugs": {
"url": "https://github.com/robingenz/dhbw-dualis-app/issues"
},
"standard-version": {
"scripts": {
"postbump": "node scripts/bump-native-versions.js && git add android/app/build.gradle ios/App/App/Info.plist"
}
}
}