forked from rancher/api-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 749 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
28
29
30
31
{
"name": "api-ui",
"version": "1.1.11",
"description": "Embedded UI for any service that implements the Rancher API spec",
"author": "SUSE",
"license": "Apache-2.0",
"homepage": "http://github.com/rancherio/api-ui",
"bugs": "http://github.com/rancherio/dashboard/issues",
"repository": {
"type": "git",
"url": "https://github.com/rancherio/api-ui.git"
},
"engine": {
"node": ">= 14.14"
},
"scripts": {
"clean": "./scripts/clean",
"build": "./scripts/build",
"upload": "./scripts/upload"
},
"devDependencies": {
"clean-css-cli": "^5.6.2",
"sass": "1.58.3",
"uglify-js": "3.17.4"
},
"dependencies": {
"bootstrap": "3.4.1",
"handlebars": "4.7.7",
"jquery": "3.6.3"
}
}