-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.63 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
{
"nativescript": {
"id": "org.nativescript.aloha",
"tns-ios": {
"version": "5.1.0"
},
"tns-android": {
"version": "5.1.0"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@angular/animations": "~7.1.0",
"@angular/common": "~7.1.0",
"@angular/compiler": "~7.1.0",
"@angular/core": "~7.1.0",
"@angular/forms": "~7.1.0",
"@angular/http": "~7.1.0",
"@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0",
"@angular/router": "~7.1.0",
"@ngrx/effects": "^7.0.0",
"@ngrx/store": "^7.0.0",
"angular-font-awesome": "^3.1.2",
"base-64": "^0.1.0",
"nativescript-accordion": "^6.0.0-beta.2",
"nativescript-angular": "~7.1.0",
"nativescript-couchbase": "^1.0.18",
"nativescript-gif": "^4.0.2",
"nativescript-sqlite": "^2.3.0",
"nativescript-theme-core": "~1.0.4",
"nativescript-uuid": "0.0.1",
"reflect-metadata": "~0.1.8",
"rxjs": "~6.3.0",
"tns-core-modules": "~5.1.0",
"ts-md5": "^1.2.4",
"utf8": "^3.0.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@nativescript/schematics": "~0.5.0",
"nativescript-dev-typescript": "~0.7.0",
"nativescript-dev-webpack": "~0.19.0",
"@angular/compiler-cli": "~7.1.0",
"@ngtools/webpack": "~7.1.0"
},
"readme": "NativeScript Application"
}