-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.62 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.62 KB
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
{
"name": "monster-hunter-world-builder",
"homepage": "https://github.com/do-kevin/monster-hunter-world-builder",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.3",
"axios": "^0.19.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"formik": "^1.5.1",
"inflection": "^1.12.0",
"lodash": "^4.17.11",
"match-sorter": "^3.0.0",
"material-design-icons-iconfont": "^5.0.1",
"multi-nprogress": "^0.3.3",
"node-sass": "^4.11.0",
"prop-types": "^15.7.2",
"query-string": "^6.4.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.1",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"react-scroll": "^1.7.11",
"react-table": "^6.10.0",
"react-toastify": "^5.1.0",
"recharts": "^1.5.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"styled-components": "^4.2.0",
"uuid": "^3.3.2",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:dumb": "react-scripts test --env=jsdom --verbose=false",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@testing-library/react": "^8.0.1",
"axios-mock-adapter": "^1.16.0",
"eslint": "5.12.0",
"eslint-config-airbnb": "^17.1.0",
"jest-dom": "^3.5.0"
}
}