Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,764 changes: 26 additions & 1,738 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 4 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"test": "vitest",
"lint": "eslint .",
"preview": "vite preview",
"start:docker": "docker-compose pull && docker-compose up"
Expand All @@ -17,15 +16,13 @@
"@graphql-codegen/typescript-operations": "^4.6.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.7",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-table": "^8.21.3",
Expand All @@ -35,41 +32,34 @@
"graphql": "^16.10.0",
"lucide-react": "^0.534.0",
"qrcode.react": "^4.2.0",
"react": "^19.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.62.0",
"react-icons": "^5.5.0",
"react-qr-code": "^2.0.18",
"react-router": "^7.7.1",
"react-router-dom": "^7.5.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"yup": "^1.7.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@graphql-codegen/cli": "^5.0.5",
"@types/node": "^24.1.0",
"@types/react": "^19.1.16",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.0",
"vitest": "^3.2.4"
"vite": "^6.3.0"
}
}
40 changes: 0 additions & 40 deletions src/common/terminal/NavigationActions.tsx

This file was deleted.

Empty file added src/components/.gitkeep
Empty file.
Empty file.
Loading