-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 773 Bytes
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
{
"name": "ej2-react",
"version": "1.0.0",
"description": "ej2 schedule react project",
"private": true,
"dependencies": {
"@syncfusion/ej2-react-calendars": "^17.3.1",
"@syncfusion/ej2-react-dropdowns": "^17.2.37",
"@syncfusion/ej2-react-schedule": "*"
},
"devDependencies": {
"@types/jasmine": "^2.5.54",
"@types/node": "10.12.11",
"@types/react": "16.7.10",
"@types/react-dom": "16.0.11",
"@types/react-router-dom": "*",
"dotenv": "^6.1.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-router-dom": "^4.2.2",
"react-scripts": "2.1.1",
"react-scripts-ts": "2.16.0",
"typescript": "3.2.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build"
}
}