install process dependency

This commit is contained in:
c-bata
2024-08-02 16:04:52 +09:00
parent 199016aa93
commit fd264f690a
3 changed files with 397 additions and 402 deletions
+386 -401
View File
File diff suppressed because it is too large Load Diff
+9
View File
@@ -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",
+2 -1
View File
@@ -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",