|
6 | 6 | "3d-force-graph": "^1.73.4", |
7 | 7 | "@babel/helpers": "7.26.10", |
8 | 8 | "@babel/runtime": "7.26.10", |
| 9 | + "@craco/craco": "^7.1.0", |
9 | 10 | "@emotion/react": "^11.11.1", |
10 | 11 | "@emotion/styled": "^11.11.0", |
11 | 12 | "@mui/icons-material": "^5.14.3", |
|
21 | 22 | "@types/jest": "^27.0.1", |
22 | 23 | "@types/react": "^18.0.0", |
23 | 24 | "@types/react-dom": "^18.0.0", |
24 | | - "@types/three": "^0.169.0", |
25 | | - "axios": "1.8.2", |
| 25 | + "@types/three": "^0.174.0", |
| 26 | + "ajv": "^8", |
| 27 | + "ajv-keywords": "^5", |
| 28 | + "axios": "^1.4.0", |
| 29 | + "bda": "^1.0.0", |
| 30 | + "bjd": "^0.3.2", |
| 31 | + "buffer": "^6.0.3", |
26 | 32 | "dayjs": "^1.11.10", |
| 33 | + "jquery": "^3.7.1", |
| 34 | + "json-stringify-safe": "^5.0.1", |
27 | 35 | "jwt-decode": "^3.1.2", |
| 36 | + "path-browserify": "^1.0.1", |
28 | 37 | "pako": "^2.1.0", |
29 | 38 | "query-string": "^8.1.0", |
30 | 39 | "react": "^18.2.0", |
|
33 | 42 | "react-redux": "^8.1.2", |
34 | 43 | "react-router-dom": "^6.15.0", |
35 | 44 | "react-scripts": "^5.0.1", |
36 | | - "three": "^0.169.0", |
| 45 | + "sharp": "^0.33.5", |
| 46 | + "stats-js": "^1.0.1", |
37 | 47 | "typescript": "^5.1.6", |
| 48 | + "uplot": "^1.6.31", |
38 | 49 | "web-vitals": "^2.1.0" |
39 | 50 | }, |
40 | 51 | "devDependencies": { |
|
55 | 66 | "prettier": "^2.3.1" |
56 | 67 | }, |
57 | 68 | "scripts": { |
58 | | - "start": "react-scripts start", |
59 | | - "build": "react-scripts build", |
60 | | - "test": "react-scripts test", |
61 | | - "eject": "react-scripts eject", |
| 69 | + "start": "craco start || react-scripts start", |
| 70 | + "build": "craco build || react-scripts build", |
| 71 | + "test": "craco test || react-scripts test", |
| 72 | + "eject": "craco eject || react-scripts eject", |
62 | 73 | "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --ext .js,.jsx,.ts,.tsx" |
63 | 74 | }, |
64 | 75 | "browserslist": { |
|
0 commit comments