-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
79 lines (79 loc) · 2.56 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
{
"name": "demo",
"nativescript": {
"id": "org.nativescript.demo",
"tns-android": {
"version": "6.0.0"
},
"tns-ios": {
"version": "6.0.1"
}
},
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"android": "tns run android --bundle",
"build-android": "tns build android --bundle",
"build-ios": "tns build ios --bundle",
"e2e-appium": "node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && jasmine --config=./e2e/config/jasmine.json ",
"e2e-appium-watch": "tsc -p e2e --watch"
},
"private": true,
"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",
"@progress/kendo-angular-buttons": "^5.0.0",
"@progress/kendo-angular-charts": "^4.0.1",
"@progress/kendo-angular-common": "^1.0.0",
"@progress/kendo-angular-dateinputs": "4.0.1",
"@progress/kendo-angular-dropdowns": "4.0.0",
"@progress/kendo-angular-excel-export": "3.0.0",
"@progress/kendo-angular-grid": "^4.1.0",
"@progress/kendo-angular-inputs": "6.1.1",
"@progress/kendo-angular-intl": "^2.0.0",
"@progress/kendo-angular-l10n": "^2.0.0",
"@progress/kendo-angular-pdf-export": "^2.0.0",
"@progress/kendo-angular-popup": "^3.0.1",
"@progress/kendo-data-query": "^1.0.0",
"@progress/kendo-drawing": "^1.1.2",
"@progress/kendo-theme-default": "4.1.0",
"appium": "^1.11.1",
"bootstrap": "^4.1.3",
"core-js": "^3.1.4",
"hammerjs": "^2.0.0",
"kinvey-angular-sdk": "^4.2.3",
"kinvey-nativescript-sdk": "^4.2.3",
"nativescript-angular": "8.1.0",
"nativescript-app-sync": "^1.0.3",
"nativescript-ar": "^0.8.1",
"nativescript-theme-core": "~1.0.6",
"nativescript-toasty": "^2.0.1",
"nativescript-ui-chart": "6.0.0",
"nativescript-ui-sidedrawer": "7.0.0",
"reflect-metadata": "~0.1.12",
"rxjs": "~6.5.0",
"rxjs-compat": "^6.0.0",
"tns-core-modules": "~6.0.4",
"zone.js": "~0.10.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.0",
"@angular/cli": "^8.2.0",
"@angular/compiler-cli": "~8.2.0",
"@nativescript/schematics": "~0.6.0",
"nativescript-dev-webpack": "1.0.2",
"typescript": "~3.5.3"
}
}