-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.49 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
{
"name": "@syncfusion/ej2-angular-appointment-planner",
"version": "1.0.0",
"description": "Essential JS 2 for Angular - Appointment Planner application",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"samples",
"syncfusion",
"ej2-samples",
"appointment-planner",
"ej2-appointment-planner",
"ej2-showcase-samples",
"syncfusion-samples"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "11.2.10",
"@angular/common": "11.2.10",
"@angular/compiler": "11.2.10",
"@angular/core": "11.2.10",
"@angular/forms": "11.2.10",
"@angular/platform-browser": "11.2.10",
"@angular/platform-browser-dynamic": "11.2.10",
"@angular/router": "11.2.10",
"@syncfusion/ej2-angular-buttons": "*",
"@syncfusion/ej2-angular-calendars": "*",
"@syncfusion/ej2-angular-charts": "*",
"@syncfusion/ej2-angular-dropdowns": "*",
"@syncfusion/ej2-angular-grids": "*",
"@syncfusion/ej2-angular-inputs": "*",
"@syncfusion/ej2-angular-lists": "*",
"@syncfusion/ej2-angular-navigations": "*",
"@syncfusion/ej2-angular-notifications": "*",
"@syncfusion/ej2-angular-popups": "*",
"@syncfusion/ej2-angular-schedule": "*",
"@syncfusion/ej2-angular-splitbuttons": "*",
"core-js": "3.15.2",
"rxjs": "6.6.7",
"tslib": "2.3.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1102.10",
"@angular-eslint/builder": "4.3.0",
"@angular-eslint/eslint-plugin": "4.3.0",
"@angular-eslint/eslint-plugin-template": "4.3.0",
"@angular-eslint/schematics": "4.3.0",
"@angular-eslint/template-parser": "4.3.0",
"@angular/cli": "11.2.10",
"@angular/compiler-cli": "11.2.10",
"@types/jasmine": "3.8.1",
"@types/node": "16.3.0",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"eslint": "7.30.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "3.8.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.6.0",
"protractor": "7.0.0",
"ts-node": "10.0.0",
"typescript": "4.1.5"
}
}