mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-07 17:10:07 +08:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "goptuna-dashboard",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"description": "Dashboard for Goptuna",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"fmt": "prettier --write \"optuna_dashboard/static/**/*.{ts,tsx}\"",
|
|
"lint": "eslint . --ext .ts,.tsx && prettier --list-different \"optuna_dashboard/static/**/*.{ts,tsx}\"",
|
|
"watch": "webpack --watch",
|
|
"build": "webpack",
|
|
"build:dev": "NODE_ENV=development webpack",
|
|
"build:prd": "NODE_ENV=production webpack"
|
|
},
|
|
"author": "Masashi Shibata",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"axios": "^0.21.1",
|
|
"notistack": "^1.0.1",
|
|
"plotly.js-dist": "^1.57.0",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"recoil": "0.0.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@types/plotly.js": "^1.50.22",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-router-dom": "^5.1.6",
|
|
"@typescript-eslint/eslint-plugin": "^4.15.0",
|
|
"@typescript-eslint/parser": "^4.15.0",
|
|
"eslint": "^7.19.0",
|
|
"prettier": "^2.1.2",
|
|
"ts-loader": "^8.0.6",
|
|
"typescript": "^4.1.4",
|
|
"webpack": "^5.1.3",
|
|
"webpack-cli": "^4.1.0"
|
|
}
|
|
}
|