|
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | 6 | "3d-force-graph": "^1.73.4", |
| 7 | + "@babel/helpers": "7.26.10", |
| 8 | + "@babel/runtime": "7.26.10", |
| 9 | + "@craco/craco": "^7.1.0", |
7 | 10 | "@emotion/react": "^11.11.1", |
8 | 11 | "@emotion/styled": "^11.11.0", |
9 | 12 | "@mui/icons-material": "^5.14.3", |
10 | 13 | "@mui/material": "^5.14.4", |
11 | 14 | "@reduxjs/toolkit": "^1.9.5", |
| 15 | + "@rjsf/core": "^5.24.8", |
| 16 | + "@rjsf/mui": "^5.24.8", |
| 17 | + "@rjsf/utils": "^5.24.8", |
| 18 | + "@rjsf/validator-ajv8": "^5.24.8", |
12 | 19 | "@testing-library/jest-dom": "^5.14.1", |
13 | 20 | "@testing-library/react": "^13.0.0", |
14 | 21 | "@testing-library/user-event": "^13.2.1", |
15 | 22 | "@types/jest": "^27.0.1", |
| 23 | + "@types/numjs": "^0.16.8", |
16 | 24 | "@types/react": "^18.0.0", |
17 | 25 | "@types/react-dom": "^18.0.0", |
18 | | - "@types/three": "^0.169.0", |
| 26 | + "@types/three": "^0.176.0", |
| 27 | + "ajv": "^8", |
| 28 | + "ajv-keywords": "^5", |
19 | 29 | "axios": "^1.4.0", |
| 30 | + "bda": "^1.0.0", |
| 31 | + "bjd": "^0.3.2", |
| 32 | + "buffer": "6.0.3", |
20 | 33 | "dayjs": "^1.11.10", |
| 34 | + "jquery": "^3.7.1", |
| 35 | + "json-stringify-safe": "^5.0.1", |
21 | 36 | "jwt-decode": "^3.1.2", |
| 37 | + "lzma": "^2.3.2", |
| 38 | + "numjs": "^0.16.1", |
| 39 | + "pako": "1.0.11", |
| 40 | + "path-browserify": "^1.0.1", |
22 | 41 | "query-string": "^8.1.0", |
23 | 42 | "react": "^18.2.0", |
24 | 43 | "react-dom": "^18.2.0", |
| 44 | + "react-json-view": "^1.21.3", |
25 | 45 | "react-redux": "^8.1.2", |
26 | 46 | "react-router-dom": "^6.15.0", |
27 | | - "react-scripts": "5.0.1", |
28 | | - "three": "^0.169.0", |
| 47 | + "react-scripts": "^5.0.1", |
| 48 | + "react-syntax-highlighter": "^15.6.1", |
| 49 | + "sharp": "^0.33.5", |
| 50 | + "stats-js": "^1.0.1", |
| 51 | + "stats.js": "0.17.0", |
| 52 | + "three": "0.145.0", |
29 | 53 | "typescript": "^5.1.6", |
| 54 | + "uplot": "1.6.17", |
30 | 55 | "web-vitals": "^2.1.0" |
31 | 56 | }, |
32 | 57 | "devDependencies": { |
33 | 58 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
34 | 59 | "@trivago/prettier-plugin-sort-imports": "^4.2.0", |
35 | 60 | "@types/node": "^20.5.7", |
| 61 | + "@types/pako": "^2.0.3", |
36 | 62 | "@typescript-eslint/eslint-plugin": "^5.31.0", |
37 | 63 | "@typescript-eslint/parser": "^5.31.0", |
38 | 64 | "eslint": "^8.21.0", |
|
46 | 72 | "prettier": "^2.3.1" |
47 | 73 | }, |
48 | 74 | "scripts": { |
49 | | - "start": "react-scripts start", |
50 | | - "build": "react-scripts build", |
51 | | - "test": "react-scripts test", |
52 | | - "eject": "react-scripts eject" |
| 75 | + "start": "craco start || react-scripts start", |
| 76 | + "build": "craco build || react-scripts build", |
| 77 | + "test": "craco test || react-scripts test", |
| 78 | + "eject": "craco eject || react-scripts eject", |
| 79 | + "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --ext .js,.jsx,.ts,.tsx" |
53 | 80 | }, |
54 | 81 | "browserslist": { |
55 | 82 | "production": [ |
|
62 | 89 | "last 1 firefox version", |
63 | 90 | "last 1 safari version" |
64 | 91 | ] |
| 92 | + }, |
| 93 | + "resolutions": { |
| 94 | + "postcss": "^8.4.31", |
| 95 | + "nth-check": "^2.0.1", |
| 96 | + "@babel/runtime": "7.26.10", |
| 97 | + "3d-force-graph": "1.74.6" |
65 | 98 | } |
66 | 99 | } |
0 commit comments