-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 2.04 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
{
"name": "@syncfusion/ej2-angular-document-explorer",
"version": "1.0.0",
"description": "Essential JS 2 for Angular - Document Explorer",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:dev": "ng serve --configuration=development",
"start:prod": "ng serve --configuration=production",
"build": "ng build",
"build:dev": "ng build --configuration=development",
"build:prod": "ng build --configuration=production",
"watch": "ng build --watch --configuration development ",
"test": "ng test",
"ci-publish": "gulp publish-sample"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-angular-buttons": "*",
"@syncfusion/ej2-angular-documenteditor": "*",
"@syncfusion/ej2-angular-filemanager": "*",
"@syncfusion/ej2-angular-image-editor": "*",
"@syncfusion/ej2-angular-navigations": "*",
"@syncfusion/ej2-angular-pdfviewer": "*",
"@syncfusion/ej2-angular-popups": "*",
"@syncfusion/ej2-angular-spreadsheet": "*",
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-buttons": "*",
"@syncfusion/ej2-navigations": "*",
"@syncfusion/ej2-popups": "*",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@syncfusion/ej2-showcase-helper": "*",
"@angular-devkit/build-angular": "^16.2.6",
"@angular/cli": "^16.2.6",
"@angular/compiler-cli": "^16.2.0",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.3"
}
}