-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.67 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.67 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@proxy-auth-k8s/source",
"version": "0.1.9",
"license": "MIT",
"scripts": {
"nx": "nx",
"openapi-ts": "openapi-ts",
"build": "nx run front:build",
"spectral": "spectral",
"eslint": "eslint",
"prettier": "prettier"
},
"private": true,
"dependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@maz-ui/icons": "^4.7.6",
"@maz-ui/themes": "^4.9.0",
"@maz-ui/translations": "^4.8.0",
"highlight.js": "^11.11.1",
"maz-ui": "^4.9.0",
"oidc-client-ts": "^3.5.0",
"pinia": "^3.0.4",
"vue": "^3.5.31",
"vue-hljs": "^3.0.3",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@hey-api/openapi-ts": "0.94.5",
"@monodon/rust": "2.3.0",
"@nx/eslint": "22.6.3",
"@nx/eslint-plugin": "22.6.3",
"@nx/js": "22.6.3",
"@nx/vite": "22.6.3",
"@nx/vitest": "22.6.3",
"@nx/vue": "22.6.3",
"@nx/web": "22.6.3",
"@nx/workspace": "22.6.3",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.21",
"@swc/helpers": "0.5.20",
"@types/node": "25.5.0",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"@vitejs/plugin-vue": "6.0.5",
"@vitest/ui": "4.1.2",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/test-utils": "^2.4.6",
"eslint": "~10.1.0",
"eslint-plugin-vue": "^10.8.0",
"jiti": "2.6.1",
"jsdom": "~29.0.1",
"nx": "22.6.3",
"prettier": "^3.8.1",
"sass": "^1.98.0",
"tslib": "^2.8.1",
"typescript": "~6.0.2",
"vite": "^8.0.3",
"vitest": "4.1.2",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "^3.2.6"
}
}