This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.77 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
{
"nativescript": {
"id": "org.nativescript.gonevismobile",
"tns-android": {
"version": "6.0.0"
},
"tns-ios": {
"version": "6.0.1"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@angular/animations": "^8.2.2",
"@angular/common": "^8.2.2",
"@angular/compiler": "^8.2.2",
"@angular/core": "^8.2.2",
"@angular/forms": "^8.2.2",
"@angular/http": "8.0.0-beta.10",
"@angular/platform-browser": "^8.2.2",
"@angular/platform-browser-dynamic": "^8.2.2",
"@angular/router": "^8.2.2",
"@nstudio/nativescript-snackbar": "^1.0.0",
"@schematics/angular": "^8.3.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.2",
"deep-equal": "^1.0.1",
"lodash.clonedeep": "^4.5.0",
"nativescript-angular": "^8.2.0",
"nativescript-ngx-slides": "^6.1.0",
"nativescript-secure-storage": "^2.5.0",
"nativescript-theme-core": "^2.0.5",
"nativescript-ui-listview": "^7.0.3",
"nativescript-ui-sidedrawer": "7.0.0",
"nativescript-webview-interface": "^1.4.3",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.5.2",
"tns-core-modules": "^6.0.6",
"tslint": "^5.18.0",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular/cli": "^8.2.2",
"@angular/compiler-cli": "^8.2.2",
"@nativescript/schematics": "^0.7.0",
"@ngtools/webpack": "^8.2.2",
"nativescript-dev-webpack": "^1.1.0",
"nativescript-worker-loader": "^0.9.6-next-2019-07-25-105954-01",
"node-sass": "4.12.0",
"typescript": "3.5.3"
},
"gitHead": "803cec054c44c99eaa59cdc267993e6346f6cb3a",
"readme": "NativeScript Application"
}