✅ Kanban Board with drag-and-drop (dnd-kit) ✅ Kanban Cards with status colors and metadata ✅ Bulk Grid with TanStack Table - Sorting, filtering, selection - Bulk operations (approve, publish, delete) - Virtual scrolling ready ✅ Article Workbench - 3-panel editor - Left: Metadata panel (status, location, SEO) - Center: Content editor (visual/code toggle) - Right: Tools (SEO, spintax, images, logs) - Auto-save functionality ✅ Titanium Pro design throughout ✅ Framer Motion animations Factory Floor production workflow complete.
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "spark-platform-frontend",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"lint": "eslint src --ext .ts,.tsx,.astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^8.2.6",
|
|
"@astrojs/react": "^3.2.0",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@bull-board/api": "^6.15.0",
|
|
"@bull-board/express": "^6.15.0",
|
|
"@directus/sdk": "^17.0.0",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@tanstack/react-query": "^5.90.12",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tanstack/react-virtual": "^3.13.13",
|
|
"@tiptap/extension-placeholder": "^3.13.0",
|
|
"@tiptap/react": "^3.13.0",
|
|
"@tiptap/starter-kit": "^3.13.0",
|
|
"@tremor/react": "^3.18.7",
|
|
"astro": "^4.7.0",
|
|
"bullmq": "^5.66.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^12.23.26",
|
|
"ioredis": "^5.8.2",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-react": "^0.346.0",
|
|
"nanoid": "^5.0.5",
|
|
"react": "^18.3.1",
|
|
"react-diff-viewer-continued": "^3.4.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-flow-renderer": "^10.3.17",
|
|
"react-leaflet": "^4.2.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"autoprefixer": "^10.4.18",
|
|
"postcss": "^8.4.35",
|
|
"sharp": "^0.33.3",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|