mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
Audit and resolve the open contributor and dependency backlog, stabilize the release candidate, synchronize versioned documentation, and prepare the verified 6.1.1 release.
71 lines
2 KiB
JSON
71 lines
2 KiB
JSON
{
|
|
"name": "@veritas-kanban/web",
|
|
"version": "6.1.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --ext .ts,.tsx",
|
|
"test": "vitest run --testTimeout 15000",
|
|
"test:watch": "vitest --testTimeout 15000",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@mantine/core": "^9.5.1",
|
|
"@mantine/form": "^9.5.1",
|
|
"@mantine/hooks": "^9.5.1",
|
|
"@mantine/modals": "^9.5.1",
|
|
"@mantine/notifications": "^9.5.1",
|
|
"@tanstack/react-query": "^5.101.4",
|
|
"@types/react-grid-layout": "^2.1.0",
|
|
"@veritas-kanban/shared": "workspace:*",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dompurify": "^3.4.13",
|
|
"lucide-react": "^1.31.0",
|
|
"nanoid": "^6.0.1",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"react-grid-layout": "^2.2.4",
|
|
"react-markdown": "^10.1.0",
|
|
"recharts": "^3.10.1",
|
|
"rehype-highlight": "^7.0.2",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tw-animate-css": "^1.4.0",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.4",
|
|
"@types/dompurify": "^3.2.0",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"@vitejs/plugin-react": "^6.0.5",
|
|
"autoprefixer": "^10.5.4",
|
|
"eslint": "^10.8.1",
|
|
"jsdom": "^29.1.1",
|
|
"postcss": "^8.5.26",
|
|
"postcss-preset-mantine": "^1.18.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"tailwindcss": "^4.3.3",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.2.1",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Brad Groux <brad@digitalmeld.io>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BradGroux/veritas-kanban.git"
|
|
}
|
|
}
|