Some checks failed
Test / frontend-tests (pull_request) Successful in 1m29s
Test / frontend-typecheck (pull_request) Successful in 1m38s
PR Review Automation / review (pull_request) Successful in 3m58s
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
- Add ADR-010: Kubernetes Management UI with Lens Desktop v5.x feature parity - Add Kubernetes-Management.md wiki page - Update CHANGELOG.md with Phase 7 features - Update README.md with kubernetesStore and components - Update docs/architecture/README.md with ADR-010 - Fix build issues: downgrade tailwindcss v4 to v3, add vite-env.d.ts, fix tsconfig - All 114 frontend tests passing, 331 Rust tests passing, build successful
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "trcaa",
|
|
"private": true,
|
|
"version": "1.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"version:update": "node scripts/update-version.mjs",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"test": "vitest",
|
|
"test:run": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:e2e": "wdio run tests/e2e/wdio.conf.ts"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "^2.7.1",
|
|
"@tauri-apps/plugin-fs": "^2",
|
|
"@tauri-apps/plugin-stronghold": "^2",
|
|
"class-variance-authority": "^0.7",
|
|
"clsx": "^2",
|
|
"lucide-react": "latest",
|
|
"react": "^19",
|
|
"react-diff-viewer-continued": "^4",
|
|
"react-dom": "^19",
|
|
"react-markdown": "^10",
|
|
"react-router-dom": "^6.30.4",
|
|
"remark-gfm": "^4",
|
|
"tailwindcss": "^3",
|
|
"zustand": "^5"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16",
|
|
"@testing-library/user-event": "^14",
|
|
"@types/node": "^25.9.2",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@typescript-eslint/eslint-plugin": "^8.60.1",
|
|
"@typescript-eslint/parser": "^8.60.1",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"@vitest/coverage-v8": "^4",
|
|
"@wdio/cli": "^9",
|
|
"@wdio/mocha-framework": "^9",
|
|
"autoprefixer": "^10",
|
|
"eslint": "^10.4.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"jsdom": "^29",
|
|
"postcss": "^8",
|
|
"typescript": "^6",
|
|
"vite": "^8",
|
|
"vitest": "^4",
|
|
"webdriverio": "^9"
|
|
}
|
|
}
|