|
15 | 15 | }, |
16 | 16 | "author": "Masashi Shibata", |
17 | 17 | "license": "MIT", |
18 | | - "dependencies": { |
19 | | - }, |
20 | 18 | "devDependencies": { |
21 | | - "@optuna/types": "../tslib/types/", |
22 | | - "@optuna/react": "../tslib/react", |
23 | 19 | "@babel/core": "^7.23.9", |
24 | 20 | "@babel/preset-env": "^7.23.9", |
| 21 | + "@optuna/react": "../tslib/react", |
| 22 | + "@optuna/types": "../tslib/types/", |
25 | 23 | "@types/node": ">=22.8.0", |
26 | | - "@types/react": "^18.2.55", |
| 24 | + "@types/papaparse": "^5.3.14", |
27 | 25 | "@types/plotly.js": "^2.12.32", |
| 26 | + "@types/react": "^18.2.55", |
28 | 27 | "@types/react-dom": "^18.2.18", |
29 | 28 | "@types/react-syntax-highlighter": "^15.5.11", |
30 | | - "@types/papaparse": "^5.3.14", |
31 | 29 | "@types/three": "^0.160.0", |
32 | 30 | "compression-webpack-plugin": "^11.0.0", |
33 | 31 | "css-loader": "^6.9.1", |
|
39 | 37 | "webpack-cli": "^5.1.4" |
40 | 38 | }, |
41 | 39 | "peerDependencies": { |
42 | | - "react": ">=16.0.0", |
43 | | - "react-dom": ">=16.0.0", |
44 | 40 | "@emotion/react": ">=11.0.0", |
45 | 41 | "@emotion/styled": ">=11.0.0", |
46 | 42 | "@mui/icons-material": ">=6.0.0", |
47 | 43 | "@mui/lab": ">=6.0.0-beta.0", |
48 | 44 | "@mui/material": ">=6.0.0", |
49 | 45 | "@mui/system": ">=6.0.0", |
50 | | - "plotly.js-dist-min": ">=2.0.0", |
51 | 46 | "@react-three/drei": ">=9.0.0", |
52 | 47 | "@react-three/fiber": ">=8.0.0", |
53 | | - "@tanstack/react-table": ">=8.0.0", |
54 | 48 | "@tanstack/react-query": ">=5.0.0", |
| 49 | + "@tanstack/react-table": ">=8.0.0", |
55 | 50 | "@tanstack/react-virtual": ">=3.0.0", |
56 | | - "axios": ">=1.0.0", |
57 | 51 | "elkjs": ">=0.8.0", |
58 | 52 | "jotai": "^2.12.1", |
59 | 53 | "notistack": ">=3.0.0", |
60 | 54 | "papaparse": ">=5.0.0", |
| 55 | + "plotly.js-dist-min": ">=2.0.0", |
| 56 | + "react": ">=16.0.0", |
| 57 | + "react-dom": ">=16.0.0", |
61 | 58 | "react-markdown": ">=9.0.0", |
62 | 59 | "react-router-dom": ">=6.0.0", |
63 | 60 | "react-syntax-highlighter": ">=15.0.0", |
|
0 commit comments