forked from podman-desktop/extension-kubernetes-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 4.41 KB
/
Copy pathpackage.json
File metadata and controls
106 lines (106 loc) · 4.41 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
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
{
"name": "kubernetes-dashboard-monorepo",
"repository": "https://github.com/podman-desktop/extension-kubernetes-dashboard",
"homepage": "https://github.com/podman-desktop/extension-kubernetes-dashboard#readme",
"displayName": "Mono repository for Kubernetes Dashboard extension for Podman Desktop",
"description": "Root repository",
"version": "0.6.0-next",
"publisher": "podman-desktop",
"private": true,
"engines": {
"node": ">=24.0.0",
"npm": ">=11.0.0"
},
"scripts": {
"build": "pnpm run build:rpc && pnpm run build:channels && concurrently \"cd packages/webview && pnpm run build\" \"cd packages/extension && pnpm run build\"",
"build:rpc": "cd packages/rpc && pnpm run build",
"build:channels": "cd packages/channels && pnpm run build",
"watch": "concurrently \"cd packages/webview && pnpm run watch\" \"cd packages/extension && pnpm run watch\"",
"format:check": "prettier --check \"**/src/**/*.{ts,svelte}\"",
"format:fix": "prettier --write \"**/src/**/*.{ts,svelte}\"",
"lint:check": "eslint . --ext js,ts,tsx",
"lint:fix": "eslint . --fix --ext js,ts,tsx",
"svelte:check": "svelte-check",
"test:extension": "vitest run --project extension",
"test:webview": "vitest run --project webview --passWithNoTests",
"test:channels": "vitest run --project channels --passWithNoTests",
"test": "pnpm run test:extension && pnpm run test:webview && pnpm run test:channels",
"test:e2e:integration": "cd tests/playwright && npm run test:e2e:integration",
"test:e2e:integration:anonymous": "cd tests/playwright && npm run test:e2e:integration:anonymous",
"typecheck:rpc": "tsc --noEmit --project packages/rpc",
"typecheck:channels": "tsc --noEmit --project packages/channels",
"typecheck:webview": "cd packages/webview && pnpm check",
"typecheck:extension": "tsc --noEmit --project packages/extension",
"typecheck": "pnpm run typecheck:rpc && pnpm run typecheck:channels && pnpm run typecheck:webview && pnpm run typecheck:extension"
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@tsconfig/strictest": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"@vitest/coverage-v8": "^4",
"@vitest/eslint-plugin": "^1.6.20",
"autoprefixer": "^10.5.2",
"concurrently": "^10.0.3",
"cronstrue": "^3.24.0",
"eslint": "^10.6.0",
"eslint-import-resolver-custom-alias": "^1.3.2",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-better-tailwindcss": "^4.6.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-file-progress": "^4.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-redundant-undefined": "^1.0.0",
"eslint-plugin-simple-import-sort": "^13.0.0",
"eslint-plugin-sonarjs": "^4.0.3",
"eslint-plugin-svelte": "^3.20.0",
"eslint-plugin-unicorn": "^69.0.0",
"node-gyp": "^13.0.0",
"prettier": "^3.9.4",
"prettier-plugin-svelte": "^4.1.1",
"svelte": "5.56.4",
"svelte-check": "^4.7.1",
"svelte-eslint-parser": "^1.8.0",
"typescript": "5.9.3",
"typescript-eslint": "^8.62.1",
"vite": "^8.1.0",
"vitest": "^4"
},
"workspaces": [
"packages/*",
"tests/*"
],
"dependencies": {
"isomorphic-ws": "^5.0.0"
},
"resolutions": {
"@testing-library/dom>@babel/runtime": "^7.26.10"
},
"pnpm": {
"overrides": {
"minimatch>@isaacs/brace-expansion": "^5.0.1",
"minimatch>brace-expansion": "^2.0.2",
"@microsoft/api-extractor>lodash": "^4.18.0",
"test-exclude>glob": "^10.5.0",
"node-gyp>tar": "^7.5.7",
"minimatch@<3.1.4": "^3.1.4",
"minimatch@>=9.0.0 <9.0.7": "^9.0.7",
"minimatch@>=10.0.0 <10.2.3": "^10.2.3",
"dompurify@<=3.4.10": ">=3.4.11",
"picomatch@>=4.0.0 <4.0.4": "^4.0.4",
"ajv@>=8.0.0 <8.18.0": "^8.18.0",
"postcss@<8.5.12": ">=8.5.12",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
"ip-address@<=10.1.0": ">=10.1.1",
"esbuild@>=0.17.0 <0.28.1": ">=0.28.1",
"ws@>=8.0.0 <8.21.0": ">=8.21.0",
"form-data@>=4.0.0 <4.0.6": ">=4.0.6",
"undici@>=7.23.0 <7.28.0": "^7.28.0",
"undici@>=6.0.0 <7": "~6.27.0"
}
},
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
}