-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (32 loc) · 878 Bytes
/
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
{
"name": "react-app",
"scripts": {
"react-scripts": "../../../node_modules/.bin/react-scripts",
"start": "npm run react-scripts start",
"build": "npm run react-scripts build",
"test": "npm run react-scripts test"
},
"eslintConfig": {
"extends": [
"@mnet-ui/eslint-config"
]
},
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"connected-react-router": "^6.8.0",
"query-string": "^6.13.7",
"react-app-polyfill": "^2.0.0",
"react-dropzone": "^11.2.4",
"react-redux": "^7.2.2",
"react-router-redux": "^4.0.8",
"redux-injectors": "^1.3.0",
"redux-saga": "^1.1.3",
"use-query-params": "^1.2.2",
"yup": "^0.32.8"
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version"
]
}