pipelines/frontend/server/package.json

36 lines
947 B
JSON

{
"description": "Frontend webserver package for Kubeflow Pipelines",
"main": "server.js",
"dependencies": {
"@google-cloud/storage": "^2.5.0",
"@kubernetes/client-node": "^0.5.3",
"axios": ">=0.19.0",
"crypto-js": "^3.1.8",
"express": "^4.16.3",
"http-proxy-middleware": "^0.18.0",
"lodash": ">=4.17.13",
"minio": "^7.0.0",
"node-fetch": "^2.1.2",
"tar": "^4.4.6"
},
"devDependencies": {
"@types/express": "^4.11.1",
"@types/minio": "^6.0.2",
"@types/node-fetch": "^2.1.2",
"typescript": "3.3.1"
},
"scripts": {
"build": "tsc --lib es2015 --outDir ./dist --typeRoots ./node_modules/@types *.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kubeflow/pipelines.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/kubeflow/pipelines/issues"
},
"homepage": "https://github.com/kubeflow/pipelines#readme"
}