-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.03 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
67
68
69
{
"name": "polaris-ui",
"author": "Markus Ketzer",
"description": "A UI for managing Polaris Workspaces",
"version": "0.0.0",
"main": "electron/main.js",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"build:electron": "cross-env ELECTRON=true vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ignore-path .gitignore --ignore-pattern evaluation/",
"test": "vitest",
"coverage": "vitest run --coverage",
"electron:start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"dependencies": {
"@electron/remote": "^2.0.9",
"@kubernetes/client-node": "^0.18.1",
"@polaris-sloc/core": "^0.4.1",
"@quasar/extras": "^1.15.6",
"@vuelidate/components": "^1.2.3",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",
"pinia": "^2.0.23",
"prometheus-query": "^3.3.0",
"quasar": "^2.10.2",
"uuid": "^9.0.0",
"v-network-graph": "^0.6.10",
"vue": "^3.2.41",
"vue-chart-3": "^3.1.8",
"vue-router": "^4.1.6",
"ws": "^8.12.0"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.0.3",
"@pinia/testing": "^0.0.14",
"@quasar/vite-plugin": "^1.2.3",
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.2.1",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"electron": "^22.2.0",
"electron-builder": "^23.6.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.7.0",
"happy-dom": "^7.6.6",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"sinon": "^14.0.1",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"vitest": "^0.24.4"
}
}