mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"name": "optuna-dashboard-wasm",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"watch": "vite",
|
|
"build:vscode": "webpack",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@optuna/types": "../tslib/types",
|
|
"@types/plotly.js": "^2.29.2",
|
|
"@types/react": "file:../tslib/react/node_modules/@types/react",
|
|
"@types/react-dom": "^18.2.21",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"compression-webpack-plugin": "^11.1.0",
|
|
"esbuild-loader": "^4.0.3",
|
|
"vite": "^5.1.5",
|
|
"webpack": "^5.90.3",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "file:../tslib/react/node_modules/@emotion/react",
|
|
"@emotion/styled": "file:../tslib/react/node_modules/@emotion/styled",
|
|
"@mui/icons-material": "file:../tslib/react/node_modules/@mui/icons-material",
|
|
"@mui/lab": "file:../tslib/react/node_modules/@mui/lab",
|
|
"@mui/material": "file:../tslib/react/node_modules/@mui/material",
|
|
"@mui/system": "file:../tslib/react/node_modules/@mui/system",
|
|
"@optuna/react": "../tslib/react",
|
|
"@optuna/storage": "../tslib/storage",
|
|
"module-workers-polyfill": "^0.3.2",
|
|
"notistack": "^3.0.1",
|
|
"optuna": "../rustlib/pkg",
|
|
"plotly.js-dist-min": "^2.30.0",
|
|
"react": "file:../tslib/react/node_modules/react",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.22.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "^4.13.2"
|
|
}
|
|
}
|