forked from opendatahub-io/odh-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 714 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "odh-dashboard",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "cd frontend && npm install && npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PARTHSONI95/odh-dashboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PARTHSONI95/odh-dashboard/issues"
},
"homepage": "https://github.com/PARTHSONI95/odh-dashboard#readme",
"dependencies": {
"@kubernetes/client-node": "^0.12.0",
"fastify": "^2.15.1",
"fastify-cors": "^3.0.3",
"fastify-static": "^2.7.0"
}
}