{ "name": "optuna-dashboard", "private": true, "version": "0.0.1", "description": "Dashboard for Optuna", "main": "index.js", "scripts": { "fmt": "prettier --write \"optuna_dashboard/ts/**/*.{ts,tsx}\" \"typescript_tests/*.{ts,tsx}\"", "lint": "eslint . --ext .ts,.tsx && prettier --list-different \"optuna_dashboard/ts/**/*.{ts,tsx}\" \"typescript_tests/*.{ts,tsx}\"", "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", "test": "jest typescript_tests" }, "author": "Masashi Shibata", "license": "MIT", "dependencies": { "@mui/icons-material": "^5.4.4", "@mui/lab": "^5.0.0-alpha.73", "@mui/material": "^5.4.4", "axios": "^0.21.2", "notistack": "^2.0.3", "plotly.js-dist": "^2.10.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.2.0", "recoil": "^0.6.1" }, "devDependencies": { "@babel/core": "^7.14.3", "@babel/preset-env": "^7.14.5", "@testing-library/react": "^12.1.3", "@types/jest": "^27.4.1", "@types/plotly.js": "^1.54.20", "@types/react": "^17.0.9", "@types/react-dom": "^17.0.6", "@types/react-router-dom": "^5.1.7", "@typescript-eslint/eslint-plugin": "^4.26.1", "@typescript-eslint/parser": "^4.26.1", "compression-webpack-plugin": "^9.2.0", "esbuild-loader": "^2.18.0", "eslint": "^7.28.0", "jest": "^27.4.1", "jest-canvas-mock": "^2.3.1", "prettier": "^2.5.1", "ts-jest": "^27.1.3", "ts-loader": "^9.2.7", "typescript": "^4.6.2", "webpack": "^5.70.0", "webpack-cli": "^4.9.2" } }