|
5 | 5 | "dependencies": { |
6 | 6 | "@amplitude/analytics-browser": "^1.5.5", |
7 | 7 | "@craco/craco": "^6.4.5", |
| 8 | + "@sentry/react": "^7.17.4", |
| 9 | + "@sentry/tracing": "^7.17.4", |
| 10 | + "@tanstack/react-query": "^4.13.0", |
8 | 11 | "@testing-library/jest-dom": "^5.11.4", |
9 | 12 | "@testing-library/react": "^11.1.0", |
10 | 13 | "@testing-library/user-event": "^12.1.10", |
| 14 | + "@types/dompurify": "^2.3.4", |
11 | 15 | "axios": "^0.21.2", |
12 | 16 | "axios-cache-adapter": "^2.7.3", |
13 | 17 | "country-emoji": "^1.5.4", |
|
25 | 29 | "react-modal": "^3.12.1", |
26 | 30 | "react-pro-sidebar": "^0.6.0", |
27 | 31 | "react-scripts": "4.0.1", |
28 | | - "react-select": "^4.0.2", |
| 32 | + "react-select": "^5.0.1", |
29 | 33 | "react-spinners": "^0.10.4", |
30 | 34 | "react-toggle": "^4.1.1", |
31 | 35 | "react-tooltip": "^4.2.21", |
32 | 36 | "styled-components": "2", |
33 | 37 | "timeago.js": "^4.0.2", |
34 | | - "web-vitals": "^0.2.4" |
| 38 | + "type-fest": "^1.2.0", |
| 39 | + "web-vitals": "^0.2.4", |
| 40 | + "zustand": "^4.1.3" |
35 | 41 | }, |
36 | 42 | "proxy": "https://api.hackertab.dev/", |
37 | 43 | "scripts": { |
38 | 44 | "start": "craco start", |
39 | | - "web-build": "REACT_APP_WEB_BUILD=1 CI= react-scripts --max_old_space_size=3072 build", |
| 45 | + "web-build": "craco --max_old_space_size=4096 build", |
40 | 46 | "build": "./script/build.sh", |
41 | 47 | "stores-build": "./script/stores_build.sh", |
42 | 48 | "eject": "react-scripts eject" |
43 | 49 | }, |
| 50 | + "eslintConfig": { |
| 51 | + "extends": [ |
| 52 | + "react-app", |
| 53 | + "react-app/jest" |
| 54 | + ] |
| 55 | + }, |
44 | 56 | "browserslist": { |
45 | 57 | "production": [ |
46 | 58 | ">0.2%", |
|
53 | 65 | "last 1 safari version" |
54 | 66 | ] |
55 | 67 | }, |
| 68 | + "resolutions": { |
| 69 | + "react-error-overlay": "6.0.9" |
| 70 | + }, |
56 | 71 | "devDependencies": { |
57 | 72 | "@types/chrome": "^0.0.198", |
58 | 73 | "@types/jest": "^29.1.2", |
59 | 74 | "@types/node": "^18.11.0", |
60 | 75 | "@types/react": "^18.0.21", |
61 | 76 | "@types/react-dom": "^18.0.6", |
| 77 | + "@types/react-modal": "^3.13.1", |
| 78 | + "@types/react-toggle": "^4.0.3", |
| 79 | + "@typescript-eslint/eslint-plugin": "^5.40.1", |
| 80 | + "@typescript-eslint/parser": "^5.40.1", |
| 81 | + "eslint-config-airbnb": "19.0.4", |
| 82 | + "eslint-config-airbnb-typescript": "^17.0.0", |
| 83 | + "eslint-config-prettier": "^8.5.0", |
| 84 | + "eslint-config-react-app": "^7.0.1", |
| 85 | + "eslint-plugin-import": "^2.25.3", |
| 86 | + "eslint-plugin-jest": "^27.1.3", |
| 87 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
| 88 | + "eslint-plugin-prettier": "^4.2.1", |
| 89 | + "eslint-plugin-react": "^7.28.0", |
| 90 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 91 | + "prettier": "^2.7.1", |
62 | 92 | "typescript": "^4.8.4" |
63 | 93 | } |
64 | 94 | } |
0 commit comments