-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
158 lines (158 loc) · 4.82 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "@otwld/velero-ui",
"version": "0.2.0",
"license": "Apache-2.0",
"keywords": [
"velero",
"backup",
"dashboard"
],
"homepage": "https://github.com/otwld/velero-ui",
"scripts": {
"prepare": "husky",
"docker:build": "nx build --run-many -t velero-ui velero-ui-api && docker build -t otwld/velero-ui"
},
"author": "OTWLD",
"description": "A Web-based UI dashboard for managing velero (vmware-tanzu)",
"bugs": {
"url": "https://github.com/otwld/velero-ui/issues",
"email": "[email protected]"
},
"engines": {
"node": ">=22"
},
"repository": {
"type": "git",
"url": "https://github.com/otwld/velero-ui.git"
},
"private": false,
"dependencies": {
"@casl/ability": "^6.7.1",
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@formkit/vue": "^1.6.5",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@kubernetes/client-node": "^0.22.0",
"@mdx-js/react": "^3.0.0",
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "^10.3.10",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.3.10",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/terminus": "^10.2.3",
"@nestjs/throttler": "^6.0.0",
"@tanstack/vue-query": "^5.56.2",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"apexcharts": "^3.51.0",
"axios": "^1.7.7",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"clsx": "^2.0.0",
"docusaurus-lunr-search": "^3.5.0",
"flowbite": "^2.4.1",
"helmet": "^8.0.0",
"jwks-rsa": "^3.1.0",
"jwt-decode": "^4.0.0",
"nest-winston": "^1.9.7",
"passport": "^0.7.0",
"passport-github2": "^0.1.12",
"passport-gitlab2": "^5.0.0",
"passport-google-oauth": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-ldapauth": "^3.0.1",
"passport-local": "^1.0.0",
"passport-microsoft": "^2.1.0",
"passport-oauth2": "^1.8.0",
"pinia": "^2.1.7",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.0",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"tslib": "^2.6.3",
"uuid": "^10.0.0",
"vue": "^3.4.33",
"vue-apexcharts": "^1.6.2",
"vue-router": "^4.4.5",
"vue3-apexcharts": "^1.5.3",
"winston": "^3.15.0",
"yaml": "^2.4.5"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/types": "^3.5.2",
"@nestjs/platform-socket.io": "^10.4.3",
"@nestjs/schedule": "^4.1.1",
"@nestjs/schematics": "^10.1.2",
"@nestjs/testing": "^10.3.10",
"@nestjs/websockets": "^10.4.3",
"@nx-extend/docusaurus": "^2.0.2",
"@nx/cypress": "^19.8.4",
"@nx/eslint": "^19.8.4",
"@nx/eslint-plugin": "^19.8.4",
"@nx/jest": "^19.8.4",
"@nx/js": "^19.8.4",
"@nx/nest": "^19.8.4",
"@nx/node": "^19.8.4",
"@nx/vite": "^19.8.4",
"@nx/vue": "^19.8.4",
"@nx/webpack": "^19.8.4",
"@nx/workspace": "^19.8.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.26",
"@types/jest": "^29.5.12",
"@types/node": "^22.7.5",
"@types/passport-github2": "^1.2.9",
"@types/passport-google-oauth2": "^0.1.10",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@types/passport-microsoft": "^1.0.3",
"@types/passport-oauth2": "^1.4.17",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"cypress": "13.13.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-vue": "^9.27.0",
"husky": "^9.1.1",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~24.1.1",
"nx": "^19.8.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"react-refresh": "^0.14.2",
"sass": "^1.79.4",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"url-loader": "^4.1.1",
"vite": "^5.3.4",
"vitest": "^1.6.0",
"vue-tsc": "^2.1.6"
},
"packageManager": "[email protected]+sha1.572d3b6d6b0ff64f11edd1c4e8774cc7351f1089"
}