|
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", |
|
17 | 18 | "@types/jest": "^27.0.1", |
18 | 19 | "@types/react": "^18.0.0", |
19 | 20 | "@types/react-dom": "^18.0.0", |
20 | | - "@types/three": "^0.169.0", |
21 | | - "axios": "1.8.2", |
| 21 | + "@types/three": "^0.174.0", |
| 22 | + "ajv": "^8", |
| 23 | + "ajv-keywords": "^5", |
| 24 | + "axios": "^1.4.0", |
| 25 | + "bda": "^1.0.0", |
| 26 | + "bjd": "^0.3.2", |
| 27 | + "buffer": "^6.0.3", |
22 | 28 | "dayjs": "^1.11.10", |
| 29 | + "jda": "^0.4.0", |
| 30 | + "jquery": "^3.7.1", |
| 31 | + "json-stringify-safe": "^5.0.1", |
23 | 32 | "jwt-decode": "^3.1.2", |
| 33 | + "path-browserify": "^1.0.1", |
24 | 34 | "query-string": "^8.1.0", |
25 | 35 | "react": "^18.2.0", |
26 | 36 | "react-dom": "^18.2.0", |
27 | 37 | "react-json-view": "^1.21.3", |
28 | 38 | "react-redux": "^8.1.2", |
29 | 39 | "react-router-dom": "^6.15.0", |
30 | 40 | "react-scripts": "^5.0.1", |
31 | | - "three": "^0.169.0", |
| 41 | + "sharp": "^0.33.5", |
| 42 | + "stats-js": "^1.0.1", |
32 | 43 | "typescript": "^5.1.6", |
| 44 | + "uplot": "^1.6.31", |
33 | 45 | "web-vitals": "^2.1.0" |
34 | 46 | }, |
35 | 47 | "devDependencies": { |
|
49 | 61 | "prettier": "^2.3.1" |
50 | 62 | }, |
51 | 63 | "scripts": { |
52 | | - "start": "react-scripts start", |
53 | | - "build": "react-scripts build", |
54 | | - "test": "react-scripts test", |
55 | | - "eject": "react-scripts eject", |
| 64 | + "start": "craco start || react-scripts start", |
| 65 | + "build": "craco build || react-scripts build", |
| 66 | + "test": "craco test || react-scripts test", |
| 67 | + "eject": "craco eject || react-scripts eject", |
56 | 68 | "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --ext .js,.jsx,.ts,.tsx" |
57 | 69 | }, |
58 | 70 | "browserslist": { |
|
0 commit comments