-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
66 lines (66 loc) · 1.94 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "autoK3s-ui",
"version": "v0.9.3",
"description": "The Graphical User Interface For AutoK3s",
"repository": "https://github.com/cnrancher/autok3s-ui",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": ">=14"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore ",
"preview": "vite preview",
"format": "prettier . --write",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@aws-sdk/client-ec2": "^3.614.0",
"@aws-sdk/client-iam": "^3.614.0",
"@floating-ui/vue": "^1.0.2",
"@vueuse/core": "^10.11.0",
"ansi_up": "^5.1.0",
"async-validator": "^4.2.5",
"axios": "^1.2.0",
"clipboard": "^2.0.11",
"codemirror": "^5.62.0",
"crypto-js": "^4.1.1",
"dompurify": "^2.4.5",
"file-saver": "^2.0.5",
"js-base64": "^3.7.3",
"js-cookie": "^3.0.1",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"pinia": "^2.0.27",
"vue": "^3.2.41",
"vue-router": "^4.1.6",
"xterm": "^5.0.0",
"xterm-addon-fit": "^0.6.0",
"xterm-addon-search": "^0.10.0",
"xterm-addon-web-links": "^0.7.0",
"xterm-addon-webgl": "^0.13.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@testing-library/vue": "^7.0.0",
"@unocss/preset-web-fonts": "^0.56.0",
"@unocss/transformer-directives": "^0.56.0",
"@unocss/transformer-variant-group": "^0.56.0",
"@vitejs/plugin-legacy": "^3.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.28.0",
"eslint-plugin-vue": "^9.8.0",
"happy-dom": "^9.3.2",
"prettier": "^2.8.1",
"unocss": "^0.56.0",
"vite": "^v4.0.1",
"vite-plugin-html": "^3.2.0",
"vitest": "^0.30.1"
}
}