-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.08 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
{
"name": "p8e-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "26.0.9",
"@types/lodash.debounce": "4.0.6",
"@types/node": "14.0.27",
"@types/react": "16.9.46",
"@types/react-dom": "16.9.8",
"@types/styled-components": "5.1.7",
"@types/yup": "0.29.6",
"axios": "0.21.1",
"date-fns": "2.15.0",
"format-number": "3.0.0",
"formik": "2.1.5",
"history": "5.0.0",
"lodash.debounce": "4.0.8",
"moment": "2.27.0",
"query-string": "6.13.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-number-format": "4.4.1",
"react-redux": "^7.2.1",
"react-router-dom": "5.2.0",
"react-use-what-input": "^1.2.0",
"recharts": "1.8.5",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0",
"styled-components": "5.1.1",
"styled-normalize": "^8.0.7",
"styled-theming": "^2.2.0",
"typescript": "3.9.7",
"yup": "0.29.3",
"react-scripts": "3.4.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-config-prettier": "4.3.0",
"eslint-config-react-app": "5.2.1",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.5",
"eslint-plugin-react-hooks": "1.7.0",
"husky": "4.2.5",
"lint-staged": "9.2.0",
"prettier": "1.19.1"
},
"scripts": {
"start": "react-scripts start",
"build": "echo \"REACT_APP_ENV=$REACT_APP_ENV\" && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}