-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
30 lines (30 loc) · 977 Bytes
/
package.json
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
{
"name": "capi-ui",
"description": "UI for CAPI cluster provisioning using the Rancher Turtles extension",
"version": "0.6.0",
"private": false,
"engines": {
"node": ">=12"
},
"dependencies": {
"@rancher/components": "0.1.3",
"@rancher/shell": "2.0.0",
"@types/lodash": "4.14.196",
"core-js": "3.21.1",
"css-loader": "6.7.3"
},
"resolutions": {
"**/webpack": "4",
"@types/node": "^16",
"glob": "7.2.3"
},
"scripts": {
"dev": "NODE_ENV=dev ./node_modules/.bin/vue-cli-service serve",
"build": "./node_modules/.bin/vue-cli-service build",
"clean": "./node_modules/@rancher/shell/scripts/clean",
"build-pkg": "./node_modules/@rancher/shell/scripts/build-pkg.sh",
"serve-pkgs": "./node_modules/@rancher/shell/scripts/serve-pkgs",
"publish-pkgs": "./node_modules/@rancher/shell/scripts/extension/publish",
"parse-tag-name": "./node_modules/@rancher/shell/scripts/extension/parse-tag-name"
}
}