{ "name": "@veritas-kanban/web", "version": "5.1.0", "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.3.1", "@mantine/form": "^9.3.1", "@mantine/hooks": "^9.3.1", "@mantine/modals": "^9.3.1", "@mantine/notifications": "^9.3.1", "@tanstack/react-query": "^5.101.0", "@types/react-grid-layout": "^2.1.0", "@veritas-kanban/shared": "workspace:*", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dompurify": "^3.4.11", "lucide-react": "^1.18.0", "nanoid": "^5.1.11", "react": "^19.2.7", "react-dom": "^19.2.7", "react-grid-layout": "^2.2.3", "react-markdown": "^10.1.0", "recharts": "^3.8.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.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/dompurify": "^3.2.0", "@types/react": "^19.2.17", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^6.0.2", "autoprefixer": "^10.5.0", "eslint": "^10.5.0", "jsdom": "^29.1.1", "postcss": "^8.5.15", "postcss-preset-mantine": "^1.18.0", "postcss-simple-vars": "^7.0.1", "tailwindcss": "^4.3.1", "typescript": "^6.0.3", "vite": "^8.0.16", "vitest": "^4.1.9" }, "license": "MIT", "author": "Brad Groux ", "repository": { "type": "git", "url": "https://github.com/BradGroux/veritas-kanban.git" } }