-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathpackage.json
90 lines (90 loc) · 2.26 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
80
81
82
83
84
85
86
87
88
89
90
{
"name": "@syncfusion/ej2-angular-navigations",
"version": "29.1.37",
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"schematics": "./schematics/collection.json",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-navigations": "*"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.0.4",
"@angular/animations": "~13.0.0",
"@angular/cli": "~13.0.1",
"@angular/common": "~13.0.0",
"@angular/compiler": "~13.0.1",
"@angular/compiler-cli": "~13.0.0",
"@angular/core": "~13.0.0",
"@angular/forms": "~13.0.0",
"@angular/platform-browser": "~13.0.0",
"@angular/platform-browser-dynamic": "~13.0.0",
"@angular/router": "~13.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"glob": "^8.0.3",
"gulp": "^3.9.1",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^13.2.1",
"rxjs": "~7.4.0",
"shelljs": "^0.8.5",
"tslib": "^2.3.0",
"typescript": "2.3.4",
"zone.js": "~0.11.4",
"es6-promise": "^3.2.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3"
},
"keywords": [
"angular",
"ng",
"ng-template",
"ej2-ng-navigations",
"ej2-angular-navigations",
"angular-navigations",
"ng-navigations",
"angular-toolbar",
"ng-toolbar",
"angular-tab",
"ng-tab",
"angular-routing",
"ng-routing",
"angular-tab-routing",
"ng-tab-routing",
"ng-contextmenu",
"angular-contextmenu",
"angular-treeview",
"ng-tree",
"ng-treeview",
"angular tree",
"angular treeview",
"angular2-treeview",
"ng-menu",
"angular menu",
"angular menubar",
"angular breadcrumb",
"ng breadcrumb",
"angular carousel",
"ng carousel",
"angular appbar",
"ng appbar",
"angular stepper",
"ng stepper"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
},
"scripts": {
"build": "gulp build"
},
"sideEffects": true
}