mirror of
https://github.com/nilbuild/diffity.git
synced 2026-09-19 07:26:16 +08:00
c6b4296ab3
Add `diffity tree` command that opens a GitHub-style repository file browser with sidebar navigation, syntax-highlighted file viewing, and inline comment support.
40 lines
963 B
JSON
40 lines
963 B
JSON
{
|
|
"name": "@diffity/ui",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"@tanstack/react-virtual": "^3.13.22",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.20",
|
|
"nprogress": "^0.2.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-hotkeys-hook": "^5.2.4",
|
|
"react-markdown": "^10.1.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"shiki": "^4.0.2",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"typescript": "^6.0.2",
|
|
"vite": "^8.0.2",
|
|
"vitest": "^4.1.0"
|
|
}
|
|
}
|