{ "name": "@optuna/react", "private": true, "version": "0.0.1", "type": "module", "description": "UI packages for Optuna-Dashboard", "main": "pkg/index.js", "types": "types/index.d.ts", "scripts": { "build": "tsc -d", "storybook": "storybook dev -p 6006", "test": "vitest run" }, "files": [ "pkg", "types" ], "repository": { "type": "git", "url": "git+https://github.com/optuna/optuna-dashboard.git" }, "author": "Optuna Development Team", "license": "MIT", "bugs": { "url": "https://github.com/optuna/optuna-dashboard/issues" }, "homepage": "https://github.com/optuna/optuna-dashboard#readme", "dependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^6.1.1", "@mui/lab": "^6.0.0-beta.10", "@mui/material": "^6.1.1", "@mui/system": "^6.1.1", "@tanstack/react-table": "^8.17.3", "plotly.js-dist-min": "^2.30.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@chromatic-com/storybook": "^1.6.1", "@optuna/storage": "file:../storage", "@optuna/types": "file:../types", "@storybook/addon-essentials": "^8.1.11", "@storybook/addon-interactions": "^8.1.11", "@storybook/addon-links": "^8.1.11", "@storybook/blocks": "^8.1.11", "@storybook/react": "^8.2.9", "@storybook/react-vite": "^8.2.9", "@storybook/test": "^8.1.11", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.2", "@types/plotly.js-dist-min": "^2.3.4", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "@vitejs/plugin-react-swc": "^3.5.0", "jsdom": "^24.0.0", "storybook": "^8.2.9", "typescript": "^5.2.2", "vite": "^5.4.6", "vitest": "^1.4.0" } }