-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "@trivy-ui/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@kubernetes/client-node": "^0.20.0",
"@nuxt/ui": "^2.11.0",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"keycloak-js": "^23.0.1"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nx-tools/nx-container": "^5.1.0",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/js": "17.1.3",
"@nx/vite": "17.1.3",
"@nx/workspace": "17.1.3",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.6",
"eslint": "~8.46.0",
"eslint-config-prettier": "^9.0.0",
"nuxt": "^3.8.2",
"nx": "17.1.3",
"prettier": "^2.6.2",
"typescript": "~5.2.2",
"vite": "~4.3.9",
"vite-plugin-dts": "~2.3.0",
"vitest": "~0.34.6",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
}
}