|
@@ -3,8 +3,6 @@
|
|
|
"version": "0.1.0",
|
|
|
"private": true,
|
|
|
"dependencies": {
|
|
|
- "@types/react-datepicker": "^3.1.1",
|
|
|
- "@types/uuid": "^8.3.0",
|
|
|
"bulma": "^0.8.2",
|
|
|
"bulma-switch": "^2.0.0",
|
|
|
"classnames": "^2.2.6",
|
|
@@ -75,16 +73,19 @@
|
|
|
"@types/lodash": "^4.14.165",
|
|
|
"@types/node": "^12.19.8",
|
|
|
"@types/react": "^17.0.0",
|
|
|
+ "@types/react-datepicker": "^3.1.1",
|
|
|
"@types/react-dom": "^17.0.0",
|
|
|
"@types/react-redux": "^7.1.11",
|
|
|
"@types/react-router-dom": "^5.1.6",
|
|
|
"@types/redux": "^3.6.0",
|
|
|
"@types/redux-thunk": "^2.1.0",
|
|
|
+ "@types/uuid": "^8.3.0",
|
|
|
"@typescript-eslint/eslint-plugin": "^4.9.0",
|
|
|
"@typescript-eslint/parser": "^4.9.0",
|
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
|
|
|
"dotenv": "^8.2.0",
|
|
|
"enzyme": "^3.11.0",
|
|
|
+ "enzyme-to-json": "^3.6.1",
|
|
|
"eslint": "^7.14.0",
|
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
|
"eslint-config-airbnb-typescript": "^12.0.0",
|
|
@@ -99,8 +100,9 @@
|
|
|
"lint-staged": "^10.5.2",
|
|
|
"node-sass": "^4.14.1",
|
|
|
"prettier": "^2.2.1",
|
|
|
- "react-scripts": "4.0.1",
|
|
|
+ "react-scripts": "4.0.2",
|
|
|
"ts-jest": "^26.4.4",
|
|
|
+ "ts-node": "^9.1.1",
|
|
|
"typescript": "~4.1.2"
|
|
|
},
|
|
|
"engines": {
|