|
@@ -3,25 +3,11 @@
|
|
|
"version": "0.1.0",
|
|
|
"private": true,
|
|
|
"dependencies": {
|
|
|
- "@testing-library/jest-dom": "^4.2.4",
|
|
|
- "@testing-library/react": "^9.3.2",
|
|
|
- "@testing-library/user-event": "^7.1.2",
|
|
|
- "@types/classnames": "^2.2.9",
|
|
|
- "@types/jest": "^24.0.25",
|
|
|
- "@types/lodash": "^4.14.149",
|
|
|
- "@types/node": "^12.12.24",
|
|
|
- "@types/react": "^16.9.17",
|
|
|
- "@types/react-dom": "^16.9.0",
|
|
|
- "@types/react-redux": "^7.1.5",
|
|
|
- "@types/react-router-dom": "^5.1.3",
|
|
|
- "@types/redux": "^3.6.0",
|
|
|
- "@types/redux-thunk": "^2.1.0",
|
|
|
"bulma": "^0.8.0",
|
|
|
"bulma-switch": "^2.0.0",
|
|
|
"classnames": "^2.2.6",
|
|
|
"json-server": "^0.15.1",
|
|
|
"lodash": "^4.17.15",
|
|
|
- "node-sass": "^4.13.1",
|
|
|
"pretty-ms": "^6.0.1",
|
|
|
"react": "^16.12.0",
|
|
|
"react-dom": "^16.12.0",
|
|
@@ -32,8 +18,7 @@
|
|
|
"redux": "^4.0.5",
|
|
|
"redux-thunk": "^2.3.0",
|
|
|
"reselect": "^4.0.0",
|
|
|
- "typesafe-actions": "^5.1.0",
|
|
|
- "typescript": "~3.7.4"
|
|
|
+ "typesafe-actions": "^5.1.0"
|
|
|
},
|
|
|
"lint-staged": {
|
|
|
"*.{js,ts,jsx,tsx}": [
|
|
@@ -70,6 +55,19 @@
|
|
|
]
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@testing-library/jest-dom": "^4.2.4",
|
|
|
+ "@testing-library/react": "^9.3.2",
|
|
|
+ "@testing-library/user-event": "^7.1.2",
|
|
|
+ "@types/classnames": "^2.2.9",
|
|
|
+ "@types/jest": "^24.0.25",
|
|
|
+ "@types/lodash": "^4.14.149",
|
|
|
+ "@types/node": "^12.12.24",
|
|
|
+ "@types/react": "^16.9.17",
|
|
|
+ "@types/react-dom": "^16.9.0",
|
|
|
+ "@types/react-redux": "^7.1.5",
|
|
|
+ "@types/react-router-dom": "^5.1.3",
|
|
|
+ "@types/redux": "^3.6.0",
|
|
|
+ "@types/redux-thunk": "^2.1.0",
|
|
|
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
|
|
"@typescript-eslint/parser": "^2.27.0",
|
|
|
"eslint": "^6.8.0",
|
|
@@ -83,6 +81,9 @@
|
|
|
"esprint": "^0.6.0",
|
|
|
"husky": "^4.2.5",
|
|
|
"lint-staged": ">=10",
|
|
|
- "prettier": "^2.0.4"
|
|
|
- }
|
|
|
+ "node-sass": "^4.13.1",
|
|
|
+ "prettier": "^2.0.4",
|
|
|
+ "typescript": "~3.7.4"
|
|
|
+ },
|
|
|
+ "proxy": "http://localhost:8080"
|
|
|
}
|