-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.32 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
{
"name": "pss-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@material-ui/core": "4.5.2",
"@material-ui/pickers": "3.2.7",
"ag-grid-community": "21.2.2",
"ag-grid-react": "21.2.2",
"date-fns": "2.14.0",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-modal": "3.11.2",
"react-redux": "7.2.0",
"react-router-dom": "5.1.2",
"react-scripts": "3.2.0",
"react-select": "3.0.8",
"redux": "4.0.5",
"styled-components": "4.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": ">=8.0.0"
},
"engineStrict": true,
"devDependencies": {
"@types/jest": "24.9.1",
"@types/node": "12.12.47",
"@types/react": "16.9.41",
"@types/react-dom": "16.9.8",
"@types/react-modal": "3.10.6",
"@types/react-redux": "7.1.9",
"@types/react-router-dom": "5.1.5",
"@types/react-select": "3.0.14",
"@types/redux-logger": "3.0.8",
"@types/styled-components": "4.4.3",
"redux-logger": "3.0.6",
"typescript": "3.6.4"
}
}