All checks were successful
Test / frontend-tests (pull_request) Successful in 1m44s
Test / frontend-typecheck (pull_request) Successful in 1m54s
PR Review Automation / review (pull_request) Successful in 4m3s
Test / rust-fmt-check (pull_request) Successful in 13m20s
Test / rust-clippy (pull_request) Successful in 15m7s
Test / rust-tests (pull_request) Successful in 16m57s
- Add migration 033 to automatically clean up old dummy/proxmox test data - Fix cluster deletion functionality - Fix cluster creation and save functionality - Bump version to 1.2.2 in all config files - Update CHANGELOG and feature parity documentation - Run cargo fmt and clippy, all checks pass
75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"name": "trcaa",
|
|
"private": true,
|
|
"version": "1.2.2",
|
|
"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": {
|
|
"@eslint-react/eslint-plugin": "^5.8.16",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "^2.7.1",
|
|
"@tauri-apps/plugin-fs": "^2",
|
|
"@tauri-apps/plugin-stronghold": "^2",
|
|
"@types/react-window": "^1.8.8",
|
|
"ansi-to-react": "^6.2.6",
|
|
"chart.js": "^4.5.1",
|
|
"class-variance-authority": "^0.7",
|
|
"clsx": "^2",
|
|
"lucide-react": "latest",
|
|
"monaco-editor": "^0.55.1",
|
|
"react": "^19",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-diff-viewer-continued": "^4",
|
|
"react-dom": "^19",
|
|
"react-markdown": "^10",
|
|
"react-router-dom": "^6.30.4",
|
|
"react-window": "^2.2.7",
|
|
"recharts": "^2.15.4",
|
|
"remark-gfm": "^4",
|
|
"sonner": "^2.0.7",
|
|
"tailwindcss": "^3",
|
|
"xterm": "^5.3.0",
|
|
"xterm-addon-fit": "^0.8.0",
|
|
"xterm-addon-web-links": "^0.9.0",
|
|
"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",
|
|
"globals": "^17.6.0",
|
|
"jsdom": "^29",
|
|
"postcss": "^8",
|
|
"typescript": "^6",
|
|
"vite": "^8",
|
|
"vitest": "^4",
|
|
"webdriverio": "^9"
|
|
}
|
|
}
|