mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
install process dependency
This commit is contained in:
+386
-401
File diff suppressed because it is too large
Load Diff
Generated
+9
@@ -28,6 +28,7 @@
|
||||
"notistack": "^3.0.1",
|
||||
"papaparse": "^5.4.1",
|
||||
"plotly.js-dist-min": "^2.28.0",
|
||||
"process": "^0.11.10",
|
||||
"react": "file:../tslib/react/node_modules/react",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-markdown": "^9.0.1",
|
||||
@@ -17797,6 +17798,14 @@
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/process": {
|
||||
"version": "0.11.10",
|
||||
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
||||
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
||||
"engines": {
|
||||
"node": ">= 0.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/promise-worker-transferable": {
|
||||
"version": "1.0.4",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"description": "Dashboard for Optuna",
|
||||
"main": "pkg/pkg_index.js",
|
||||
"module": "pkg/pkg_index.js",
|
||||
"types": "pkg/pkg_index.d.ts",
|
||||
"scripts": {
|
||||
"watch": "NODE_ENV=development TYPESCRIPT_LOADER=esbuild-loader webpack --watch",
|
||||
@@ -35,6 +35,7 @@
|
||||
"notistack": "^3.0.1",
|
||||
"papaparse": "^5.4.1",
|
||||
"plotly.js-dist-min": "^2.28.0",
|
||||
"process": "^0.11.10",
|
||||
"react": "file:../tslib/react/node_modules/react",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-markdown": "^9.0.1",
|
||||
|
||||
Reference in New Issue
Block a user