-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.78 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
{
"name": "nati-kendo-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build nating-app --configuration=production",
"build:docs": "npm run build:nating && npm run build:nating-kendo && ng build nating-app --configuration=production --base-href=/nating/",
"build:nating": "ng build nating --configuration=production",
"build:nating-kendo": "ng build nating-kendo --configuration=production",
"build-all": "npm run build:nating && npm run build:nating-kendo && npm run build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"clean": "rimraf dist",
"watch-lib:nating": "ng build nating --watch",
"watch-lib:nating-kendo": "wait-on dist/nating/public-api.d.ts && ng build nating-kendo --watch",
"serve:app": "wait-on dist/nating-kendo/public-api.d.ts && ng serve -o",
"watch-all": "npm run clean && run-p watch-lib:* serve:app"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.9",
"@angular/common": "^13.3.9",
"@angular/compiler": "^13.3.9",
"@angular/core": "^13.3.9",
"@angular/forms": "^13.3.9",
"@angular/localize": "^13.3.9",
"@angular/platform-browser": "^13.3.9",
"@angular/platform-browser-dynamic": "^13.3.9",
"@angular/router": "^13.3.9",
"@ngneat/until-destroy": "^9.2.2",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@progress/kendo-angular-buttons": "^8.0.0",
"@progress/kendo-angular-common": "^3.0.0",
"@progress/kendo-angular-dateinputs": "^7.1.2",
"@progress/kendo-angular-dropdowns": "^7.2.1",
"@progress/kendo-angular-inputs": "^9.0.0",
"@progress/kendo-angular-intl": "^4.0.0",
"@progress/kendo-angular-l10n": "^4.0.0",
"@progress/kendo-angular-popup": "^5.0.0",
"@progress/kendo-angular-toolbar": "^6.1.0",
"@progress/kendo-angular-treeview": "^7.0.2",
"@progress/kendo-drawing": "^1.9.3",
"@progress/kendo-licensing": "^1.0.2",
"@progress/kendo-theme-bootstrap": "^5.12.0",
"@progress/kendo-theme-default": "^5.12.0",
"@progress/kendo-theme-material": "^5.12.0",
"bootstrap": "^5.2.2",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.6",
"@angular/cli": "~13.3.6",
"@angular/compiler-cli": "^13.3.9",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^13.3.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "~4.4.4",
"wait-on": "^6.0.1"
}
}