This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.34 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
{
"nativescript": {
"id": {
"android": "ch.digisus.event",
"ios": "ch.digisus.events"
},
"tns-ios": {
"version": "6.5.3"
},
"tns-android": {
"version": "6.2.0"
}
},
"scripts": {
"dev-android": "tns run android --bundle --env.envtype=dev --env.eventApi='https://oscarmeier-event-app-staging.dev.digisus.ch/api/'",
"dev-android-windows": "tns run android --bundle --env.envtype=dev --env.eventApi=https://event-app.fdn.iwi.unibe.ch/api/",
"dev-ios": "tns run ios --bundle --env.envtype='dev' --env.eventApi='https://oscarmeier-event-app-staging.dev.digisus.ch/api/' --provision='EventApp Dev'"
},
"private": true,
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@angular/animations": "~8.2.0",
"@angular/common": "~8.2.0",
"@angular/compiler": "~8.2.0",
"@angular/core": "~8.2.0",
"@angular/forms": "~8.2.0",
"@angular/http": "8.0.0-beta.10",
"@angular/platform-browser": "~8.2.0",
"@angular/platform-browser-dynamic": "~8.2.0",
"@angular/router": "~8.2.0",
"@types/lodash": "^4.14.123",
"ics": "^2.24.0",
"lodash": "^4.17.20",
"moment": "^2.24.0",
"nativescript-angular": "^8.2.1",
"nativescript-cardview": "^3.2.0",
"nativescript-directions": "^1.3.0",
"nativescript-feedback": "^1.3.12",
"nativescript-floatingactionbutton": "^5.0.3",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-plugin-firebase": "^10.4.0",
"nativescript-ripple": "^2.2.1",
"nativescript-sentry": "^1.9.1",
"nativescript-theme-core": "~1.0.4",
"nativescript-ui-dataform": "5.0.0",
"nativescript-ui-listview": "^7.1.0",
"nativescript-ui-sidedrawer": "^7.0.2",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.4.0",
"tns-core-modules": "^6.1.1",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular/compiler-cli": "~8.2.0",
"@nativescript/schematics": "~0.5.0",
"@ngtools/webpack": "^8.3.23",
"@types/jasmine": "^3.3.9",
"nativescript-dev-webpack": "^1.5.1",
"prettier": "^1.19.1",
"tns-ios": "6.5.3",
"tns-platform-declarations": "^6.5.15",
"typescript": "~3.5.3"
},
"gitHead": "36e279acd3e8bc27395256a32dec1bc9523489ae",
"readme": "NativeScript Application"
}