-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "MyPersonalDisco",
"license": "SEE LICENSE IN <your-license-filename>",
"version": "0.0.0",
"nativescript": {
"id": "org.nativescript.mypersonaldisco",
"tns-android": {
"version": "6.4.1"
}
},
"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",
"@nativescript/theme": "~2.2.1",
"nativescript-angular": "~8.20.0",
"nativescript-themes": "^2.0.1",
"reflect-metadata": "~0.1.12",
"rxjs": "~6.4.0",
"tns-core-modules": "~6.3.0",
"tslib": "1.10.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular/cli": "~8.3.0",
"@angular/compiler-cli": "~8.2.0",
"@angular-devkit/core": "~8.2.0",
"@nativescript/schematics": "~1.0.0",
"nativescript-dev-webpack": "~1.4.0",
"@ngtools/webpack": "~8.2.0",
"typescript": "~3.5.3",
"node-sass": "^4.7.1"
}
}