|
5 | 5 | "dependencies": { |
6 | 6 | "@amplitude/analytics-browser": "^1.5.5", |
7 | 7 | "@craco/craco": "^6.4.5", |
| 8 | + "@tanstack/react-query": "^4.13.0", |
8 | 9 | "@testing-library/jest-dom": "^5.11.4", |
9 | 10 | "@testing-library/react": "^11.1.0", |
10 | 11 | "@testing-library/user-event": "^12.1.10", |
|
31 | 32 | "react-tooltip": "^4.2.21", |
32 | 33 | "styled-components": "2", |
33 | 34 | "timeago.js": "^4.0.2", |
| 35 | + "type-fest": "^1.2.0", |
34 | 36 | "web-vitals": "^0.2.4" |
35 | 37 | }, |
36 | 38 | "proxy": "https://api.hackertab.dev/", |
|
41 | 43 | "stores-build": "./script/stores_build.sh", |
42 | 44 | "eject": "react-scripts eject" |
43 | 45 | }, |
| 46 | + "eslintConfig": { |
| 47 | + "extends": [ |
| 48 | + "react-app", |
| 49 | + "react-app/jest" |
| 50 | + ] |
| 51 | + }, |
44 | 52 | "browserslist": { |
45 | 53 | "production": [ |
46 | 54 | ">0.2%", |
|
55 | 63 | }, |
56 | 64 | "devDependencies": { |
57 | 65 | "@types/chrome": "^0.0.198", |
58 | | - "@types/jest": "^29.1.2", |
59 | 66 | "@types/node": "^18.11.0", |
60 | 67 | "@types/react": "^18.0.21", |
61 | 68 | "@types/react-dom": "^18.0.6", |
62 | | - "typescript": "^4.8.4" |
| 69 | + "@types/jest": "^29.1.2", |
| 70 | + "prettier": "^2.7.1", |
| 71 | + "typescript": "^4.8.4", |
| 72 | + "@typescript-eslint/eslint-plugin": "^5.40.1", |
| 73 | + "@typescript-eslint/parser": "^5.40.1", |
| 74 | + "eslint-config-airbnb": "19.0.4", |
| 75 | + "eslint-config-airbnb-typescript": "^17.0.0", |
| 76 | + "eslint-config-prettier": "^8.5.0", |
| 77 | + "eslint-config-react-app": "^7.0.1", |
| 78 | + "eslint-plugin-import": "^2.25.3", |
| 79 | + "eslint-plugin-jest": "^27.1.3", |
| 80 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
| 81 | + "eslint-plugin-prettier": "^4.2.1", |
| 82 | + "eslint-plugin-react": "^7.28.0", |
| 83 | + "eslint-plugin-react-hooks": "^4.3.0" |
63 | 84 | } |
64 | 85 | } |
0 commit comments