-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 817 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 817 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
30
31
{
"name": "react-ts",
"version": "0.0.0",
"private": true,
"dependencies": {
"@types/react": "^16.8.4",
"@types/react-dom": "^16.8.4",
"moment": "^2.24.0",
"react": "16.8.2",
"react-big-calendar": "^0.30.0",
"react-datepicker": "^3.3.0",
"react-dom": "16.8.0",
"react-redux": "^7.2.2",
"react-select": "3.1.0",
"tslib": "^2.0.3"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/react-big-calendar": "^0.24.8",
"@types/react-datepicker": "^3.1.2",
"@types/react-redux": "^7.1.12",
"@types/react-select": "^3.0.13",
"react-scripts-ts": "latest",
"typescript": "^4.1.3"
}
}