-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 2.01 KB
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
{
"name": "@syncfusion/ej2-angular-sprint_management",
"version": "0.0.1",
"description": "Essential JS 2 - Sprint Management",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"ci-publish": "gulp publish-sample"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.16",
"@angular/common": "^19.2.16",
"@angular/compiler": "^19.2.16",
"@angular/core": "^19.2.16",
"@angular/forms": "^19.2.16",
"@angular/platform-browser": "^19.2.16",
"@angular/platform-browser-dynamic": "^19.2.16",
"@angular/router": "^19.2.16",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-angular-buttons": "*",
"@syncfusion/ej2-angular-calendars": "*",
"@syncfusion/ej2-angular-charts": "*",
"@syncfusion/ej2-angular-grids": "*",
"@syncfusion/ej2-grids": "*",
"@syncfusion/ej2-angular-inputs": "*",
"@syncfusion/ej2-angular-treegrid": "*",
"@syncfusion/ej2-gantt": "*",
"@syncfusion/ej2-angular-gantt": "*",
"@syncfusion/ej2-data": "*",
"@syncfusion/ej2-dropdowns": "*",
"@syncfusion/ej2-angular-dropdowns": "*",
"@syncfusion/ej2-buttons": "*",
"@syncfusion/ej2-kanban": "*",
"@syncfusion/ej2-angular-kanban": "*",
"@syncfusion/ej2-icons": "*",
"@syncfusion/ej2-schedule": "*",
"@syncfusion/ej2-angular-schedule": "*",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@syncfusion/ej2-showcase-helper": "*",
"@angular-devkit/build-angular": "^19.2.16",
"@angular/cli": "~19.2.16",
"@angular/compiler-cli": "^19.2.16",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.5.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",
"typescript": "~4.9.4"
}
}