mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-21 13:10:53 +08:00
Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.20.0...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 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": "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",
|
|
"prettier": "^2.1.2",
|
|
"ts-loader": "^8.0.6",
|
|
"typescript": "^4.0.3",
|
|
"webpack": "^5.1.3",
|
|
"webpack-cli": "^4.1.0"
|
|
}
|
|
}
|