-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 KB
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
{
"name": "kubero-ui",
"private": true,
"license": "GPL-3.0",
"scripts": {
"run": "vite",
"dev": "vue-tsc --noEmit && vite build --watch",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@wdns/vue-code-block": "^2.3.3",
"apexcharts": "^3.49.0",
"axios": "^1.7.4",
"chart.js": "^4.4.1",
"core-js": "^3.29.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.23",
"pinia": "^2.1.7",
"roboto-fontface": "*",
"socket.io-client": "^4.7.3",
"sweetalert2": "^11.22.4",
"vue": "^3.4.0",
"vue-chartjs": "^5.3.1",
"vue-i18n": "11",
"vue-router": "^4.2.0",
"vue-socket.io-extended": "^4.2.0",
"vue3-apexcharts": "^1.5.2",
"vue3-cookies": "^1.0.6",
"vuetify": "^3.4.0",
"xterm": "^5.3.0",
"yaml": "^2.6.1"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@types/lodash.get": "^4.4.9",
"@types/lodash.set": "^4.3.9",
"@types/node": "^18.15.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.60.0",
"typescript": "^5.0.0",
"unplugin-fonts": "^1.0.3",
"vite": "^6.3.6",
"vite-plugin-vuetify": "^2.1.1",
"vue-tsc": "^2.2.10"
}
}