|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@craco/craco": "^7.1.0", |
| 6 | + "3d-force-graph": "^1.73.4", |
| 7 | + "@babel/helpers": "7.26.10", |
| 8 | + "@babel/runtime": "7.26.10", |
7 | 9 | "@emotion/react": "^11.11.1", |
8 | 10 | "@emotion/styled": "^11.11.0", |
9 | 11 | "@mui/icons-material": "^5.14.3", |
|
16 | 18 | "@types/react": "^18.0.0", |
17 | 19 | "@types/react-dom": "^18.0.0", |
18 | 20 | "@types/three": "^0.174.0", |
19 | | - "3d-force-graph": "^1.73.4", |
20 | 21 | "ajv": "^8", |
21 | 22 | "ajv-keywords": "^5", |
22 | 23 | "axios": "^1.4.0", |
|
59 | 60 | "prettier": "^2.3.1" |
60 | 61 | }, |
61 | 62 | "scripts": { |
62 | | - "start": "craco start", |
63 | | - "build": "craco build", |
64 | | - "test": "craco test", |
65 | | - "eject": "craco eject" |
66 | | - }, |
| 63 | + "start": "craco start || react-scripts start", |
| 64 | + "build": "craco build || react-scripts build", |
| 65 | + "test": "craco test || react-scripts test", |
| 66 | + "eject": "craco eject || react-scripts eject", |
| 67 | + "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --ext .js,.jsx,.ts,.tsx" |
| 68 | +}, |
67 | 69 | "browserslist": { |
68 | 70 | "production": [ |
69 | 71 | ">0.2%", |
|
79 | 81 | "resolutions": { |
80 | 82 | "postcss": "^8.4.31", |
81 | 83 | "nth-check": "^2.0.1", |
82 | | - "three": "0.174.0" |
| 84 | + "@babel/runtime": "7.26.10", |
| 85 | + "@babel/helpers": "7.26.10" |
83 | 86 | } |
84 | 87 | } |
0 commit comments