-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathpackage.json
71 lines (71 loc) · 1.9 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
{
"name": "@syncfusion/ej2-angular-splitbuttons",
"version": "29.1.33",
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"schematics": "./schematics/collection.json",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-splitbuttons": "*"
},
"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",
"ej2-ng-splitbuttons",
"ng-splitbutton",
"ng-dropdownbutton",
"ng progress button",
"angular progress button",
"ng spin button",
"angular spin button",
"ng progress",
"angular progress",
"ng progress indicator",
"angular progress indicator",
"ng spinner",
"angular spinner"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
},
"scripts": {
"build": "gulp build"
},
"sideEffects": true
}