-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.9 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
{
"description": "Symptoms mobile application",
"repository": "github.com/GeoTecINIT/symptoms-mobile-app.git",
"license": "SEE LICENSE IN LICENSE.MD",
"main": "./src/main.ts",
"scripts": {
"lint": "tslint \"src/**/*.ts\"",
"android": "npm i && tns run android --watch",
"ios": "npm i && tns run ios --watch",
"test.android": "npm i && tns test android --watch",
"test.ios": "npm i && tns test ios --watch"
},
"dependencies": {
"@angular/animations": "~13.2.0",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@awarns/core": "^1.0.0-alpha.11",
"@awarns/geofencing": "^1.0.0-alpha.13",
"@awarns/geolocation": "^1.0.0-alpha.11",
"@awarns/human-activity": "^1.0.0-alpha.11",
"@awarns/notifications": "^1.0.0-alpha.13",
"@awarns/persistence": "^1.0.0-alpha.15",
"@awarns/tracing": "^1.0.0-alpha.13",
"@nativescript-community/ui-chart": "^1.2.18",
"@nativescript-community/ui-mapbox": "^6.2.15",
"@nativescript-community/ui-material-activityindicator": "^7.0.3",
"@nativescript-community/ui-material-bottomnavigationbar": "^7.0.3",
"@nativescript-community/ui-share-file": "^1.2.3",
"@nativescript/angular": "^13.0.0",
"@nativescript/core": "~8.2.0",
"@nativescript/firebase": "file:vendor/nativescript-firebase-11.1.5.tgz",
"@nativescript/localize": "^5.0.4",
"@nativescript/theme": "~3.0.0",
"@nativescript/unit-test-runner": "~3.0.0",
"@nativescript/zip": "^5.0.0",
"@symptoms/api-client": "file:vendor/symptoms-api-client-1.0.1.tgz",
"@turf/bbox": "^6.5.0",
"@turf/buffer": "^6.5.0",
"@turf/helpers": "^6.5.0",
"await-lock": "^2.1.0",
"nativescript-inappbrowser": "^3.1.2",
"nativescript-permissions": "~1.3.11",
"nativescript-phone": "^3.0.0",
"reflect-metadata": "~0.1.12",
"rxjs": "~7.5.0",
"zone.js": "~0.11.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.11",
"@angular/cli": "~13.2.0",
"@angular/compiler-cli": "~13.2.0",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@nativescript/android": "~8.2.0",
"@nativescript/schematics": "~11.2.0",
"@nativescript/types": "~8.2.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~13.2.0",
"@types/google-protobuf": "^3.15.5",
"@types/jasmine": "4.0.0",
"codelyzer": "~6.0.0",
"fs-extra": "^9.1.0",
"karma": "6.3.17",
"karma-coverage": "2.2.0",
"karma-jasmine": "4.0.1",
"karma-junit-reporter": "2.0.1",
"karma-nativescript-launcher": "0.4.0",
"nyc": "15.1.0",
"sass": "~1.49.9",
"tslint": "~6.1.0",
"typescript": "~4.5.5"
},
"gitHead": "a6fec076a20f898feabb4466a2c411158c18a100",
"readme": "Symptoms mobile application"
}