forked from rancher/opni-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (39 loc) · 1.16 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "opni",
"version": "0.1.1",
"private": false,
"engines": {
"node": ">=12"
},
"dependencies": {
"@rancher/shell": "^0.3.7",
"@types/lodash": "^4.14.194",
"chart.js": "^3.9.1",
"chartjs-plugin-annotation": "^2.0.1",
"core-js": "3.21.1",
"css-loader": "4.3.0",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"js-yaml": "4.1.0",
"lodash": "^4.17.21",
"marked": "^4.3.0",
"unique-names-generator": "^4.7.1",
"vue-chartjs": "^4.1.1",
"vue-fragment": "^1.6.0",
"dayjs": "^1.8.16"
},
"resolutions": {
"**/webpack": "4",
"@types/node": "^16"
},
"scripts": {
"dev": "NODE_ENV=dev ./node_modules/.bin/vue-cli-service serve",
"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",
"docker": "docker build -t opni-ui -f ./Dockerfile .",
"build": "IS_STANDALONE=true ./node_modules/.bin/vue-cli-service build",
"start": "node prod.js"
}
}