|
| 1 | +{ |
| 2 | + "dependencies": { |
| 3 | + "@types/enzyme": "^3.10.4", |
| 4 | + "@types/enzyme-adapter-react-16": "^1.0.5", |
| 5 | + "@types/jest": "^24.9.0", |
| 6 | + "@types/node": "^12.0.0", |
| 7 | + "@types/react": "^16.9.0", |
| 8 | + "@types/react-dom": "^16.9.0", |
| 9 | + "@types/react-redux": "^7.1.5", |
| 10 | + "@types/react-router-dom": "^5.1.3", |
| 11 | + "@types/redux": "^3.6.0", |
| 12 | + "@typescript-eslint/eslint-plugin": "^2.16.0", |
| 13 | + "@typescript-eslint/parser": "^2.16.0", |
| 14 | + "enzyme": "^3.11.0", |
| 15 | + "enzyme-adapter-react-16": "^1.15.2", |
| 16 | + "eslint": "^6.8.0", |
| 17 | + "eslint-config-airbnb-typescript": "^6.3.1", |
| 18 | + "eslint-config-prettier": "^6.9.0", |
| 19 | + "eslint-plugin-import": "^2.20.0", |
| 20 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 21 | + "eslint-plugin-prettier": "^3.1.2", |
| 22 | + "eslint-plugin-react": "^7.17.0", |
| 23 | + "eslint-plugin-react-hooks": "^2.3.0", |
| 24 | + "prettier": "^1.19.1", |
| 25 | + "react-redux": "^7.1.3", |
| 26 | + "react-router-dom": "^5.1.2", |
| 27 | + "react-scripts": "3.3.0", |
| 28 | + "redux": "^4.0.5", |
| 29 | + "redux-devtools-extension": "^2.13.8", |
| 30 | + "typescript": "~3.7.2" |
| 31 | + }, |
| 32 | + "scripts": { |
| 33 | + "lint": "eslint --ext .js,.jsx,.ts,.tsx ./", |
| 34 | + "fix": "eslint --ext .js,.jsx,.ts,.tsx --fix ./" |
| 35 | + } |
| 36 | +} |
0 commit comments