Files
2024-08-16 22:54:37 +09:00

72 lines
2.5 KiB
JSON

{
"name": "@optuna/optuna-dashboard",
"private": true,
"version": "0.0.1",
"description": "Dashboard for Optuna",
"module": "pkg/pkg_index.js",
"types": "pkg/pkg_index.d.ts",
"scripts": {
"watch": "NODE_ENV=development TYPESCRIPT_LOADER=esbuild-loader webpack --watch",
"build": "webpack",
"build:dev": "NODE_ENV=development TYPESCRIPT_LOADER=esbuild-loader webpack",
"build:prd": "NODE_ENV=production webpack",
"build:pkg": "tsc -d --project tsconfig.pkg.json",
"type-check": "tsc --noEmit"
},
"author": "Masashi Shibata",
"license": "MIT",
"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",
"@react-three/drei": "^9.96.4",
"@react-three/fiber": "^8.15.15",
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-table": "file:../tslib/react/node_modules/@tanstack/react-table",
"@tanstack/react-virtual": "^3.1.2",
"@types/papaparse": "^5.3.14",
"@types/three": "^0.160.0",
"axios": "^1.7.4",
"elkjs": "^0.9.1",
"notistack": "^3.0.1",
"papaparse": "^5.4.1",
"plotly.js-dist-min": "^2.28.0",
"react": "file:../tslib/react/node_modules/react",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.21.3",
"react-syntax-highlighter": "^15.5.0",
"reactflow": "^11.10.3",
"recoil": "^0.7.7",
"rehype-mathjax": "^6.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"three": "^0.160.1",
"usehooks-ts": "^3.0.2",
"wavesurfer.js": "^7.7.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@optuna/types": "../tslib/types/",
"@types/plotly.js": "^2.12.32",
"@types/react": "file:../tslib/react/node_modules/@types/react",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"compression-webpack-plugin": "^11.0.0",
"css-loader": "^6.9.1",
"esbuild-loader": "^4.0.3",
"process": "^0.11.10",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
}
}