|
4 | 4 | "private": false, |
5 | 5 | "dependencies": { |
6 | 6 | "@amplitude/analytics-browser": "^1.5.3", |
| 7 | + "@craco/craco": "^6.4.5", |
7 | 8 | "@testing-library/jest-dom": "^5.11.4", |
8 | 9 | "@testing-library/react": "^11.1.0", |
9 | 10 | "@testing-library/user-event": "^12.1.10", |
| 11 | + "@types/jest": "^29.1.2", |
| 12 | + "@types/node": "^18.11.0", |
| 13 | + "@types/react": "^18.0.21", |
| 14 | + "@types/react-dom": "^18.0.6", |
10 | 15 | "axios": "^0.21.2", |
11 | 16 | "axios-cache-adapter": "^2.7.3", |
12 | 17 | "country-emoji": "^1.5.4", |
|
30 | 35 | "react-tooltip": "^4.2.21", |
31 | 36 | "styled-components": "2", |
32 | 37 | "timeago.js": "^4.0.2", |
| 38 | + "typescript": "^4.8.4", |
33 | 39 | "web-vitals": "^0.2.4" |
34 | 40 | }, |
35 | 41 | "proxy": "https://api.hackertab.dev/", |
36 | 42 | "scripts": { |
37 | | - "start": "react-scripts start", |
| 43 | + "start": "craco start", |
38 | 44 | "web-build": "REACT_APP_WEB_BUILD=1 CI= react-scripts --max_old_space_size=3072 build", |
39 | 45 | "build": "./script/build.sh", |
40 | 46 | "stores-build": "./script/stores_build.sh", |
|
0 commit comments