{ "name": "optuna-dashboard-wasm", "private": true, "version": "0.0.0", "description": "", "scripts": { "watch": "NODE_ENV=development TYPESCRIPT_LOADER=esbuild-loader webpack --watch", "serve": "python3 -m http.server 9000 --directory .", "build:dev": "NODE_ENV=development TYPESCRIPT_LOADER=esbuild-loader webpack", "build:prd": "NODE_ENV=production webpack" }, "devDependencies": { "@types/plotly.js": "^2.12.18", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.1", "@types/react-router-dom": "^5.3.3", "esbuild-loader": "^3.0.1", "prettier": "^2.8.8", "ts-loader": "^9.4.2", "typescript": "^5.0.4", "webpack": "^5.82.1", "webpack-cli": "^5.1.1" }, "dependencies": { "@emotion/react": "^11.10.8", "@emotion/styled": "^11.10.8", "@mui/icons-material": "^5.11.16", "@mui/lab": "^5.0.0-alpha.128", "@mui/material": "^5.12.2", "@sqlite.org/sqlite-wasm": "^3.41.2-build11", "module-workers-polyfill": "^0.3.2", "notistack": "^3.0.1", "plotly.js-dist-min": "^2.22.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.11.0", "recoil": "^0.7.7", "optuna": "../rustlib/pkg" } }