|
@@ -4,21 +4,27 @@
|
|
"private": true,
|
|
"private": true,
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
- "@testing-library/react": "^9.5.0",
|
|
|
|
- "@testing-library/user-event": "^7.2.1",
|
|
|
|
- "@types/jest": "^24.9.1",
|
|
|
|
- "@types/node": "^12.12.38",
|
|
|
|
- "@types/react": "^16.9.34",
|
|
|
|
- "@types/react-dom": "^16.9.7",
|
|
|
|
|
|
+ "@testing-library/react": "^9.3.2",
|
|
|
|
+ "@testing-library/user-event": "^7.1.2",
|
|
|
|
+ "@types/jest": "^24.0.0",
|
|
|
|
+ "@types/node": "^12.0.0",
|
|
|
|
+ "@types/react": "^16.9.0",
|
|
|
|
+ "@types/react-dom": "^16.9.0",
|
|
|
|
+ "antd": "^4.2.0",
|
|
|
|
+ "axios": "^0.19.2",
|
|
|
|
+ "babel-plugin-import": "^1.13.0",
|
|
|
|
+ "customize-cra": "^0.9.1",
|
|
|
|
+ "http-proxy-middleware": "^1.0.3",
|
|
"react": "^16.13.1",
|
|
"react": "^16.13.1",
|
|
|
|
+ "react-app-rewired": "^2.1.6",
|
|
"react-dom": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-scripts": "3.4.1",
|
|
"react-scripts": "3.4.1",
|
|
- "typescript": "^3.7.5"
|
|
|
|
|
|
+ "typescript": "~3.7.2"
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|
|
- "start": "react-scripts start",
|
|
|
|
- "build": "react-scripts build",
|
|
|
|
- "test": "react-scripts test",
|
|
|
|
|
|
+ "start": "cross-env PORT=8080 REACT_APP_ENV=development react-app-rewired start",
|
|
|
|
+ "build": "react-app-rewired build",
|
|
|
|
+ "test": "react-app-rewired test",
|
|
"eject": "react-scripts eject"
|
|
"eject": "react-scripts eject"
|
|
},
|
|
},
|
|
"eslintConfig": {
|
|
"eslintConfig": {
|
|
@@ -28,6 +34,8 @@
|
|
"production": [
|
|
"production": [
|
|
">0.2%",
|
|
">0.2%",
|
|
"not dead",
|
|
"not dead",
|
|
|
|
+ "chrome 49",
|
|
|
|
+ "ie 9",
|
|
"not op_mini all"
|
|
"not op_mini all"
|
|
],
|
|
],
|
|
"development": [
|
|
"development": [
|
|
@@ -35,5 +43,8 @@
|
|
"last 1 firefox version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
"last 1 safari version"
|
|
]
|
|
]
|
|
|
|
+ },
|
|
|
|
+ "devDependencies": {
|
|
|
|
+ "cross-env": "^7.0.2"
|
|
}
|
|
}
|
|
}
|
|
}
|