feat: complete Phase 5 (Assembler), Phase 6 (Testing), and Phase 8 (Visual Editor)

This commit is contained in:
cawcenter
2025-12-13 15:17:17 -05:00
parent 549250e9c8
commit 630620f4cf
111 changed files with 5093 additions and 58 deletions

View File

@@ -34,28 +34,46 @@
"@tiptap/react": "^3.13.0",
"@tiptap/starter-kit": "^3.13.0",
"@tremor/react": "^3.18.7",
"@turf/turf": "^7.3.1",
"@types/leaflet": "^1.9.21",
"@types/lodash-es": "^4.17.12",
"@types/papaparse": "^5.5.2",
"@types/react-syntax-highlighter": "^15.5.13",
"astro": "^4.7.0",
"bullmq": "^5.66.0",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.26",
"html-to-image": "^1.11.13",
"immer": "^11.0.1",
"ioredis": "^5.8.2",
"leaflet": "^1.9.4",
"lodash-es": "^4.17.21",
"lucide-react": "^0.346.0",
"lzutf8": "^0.6.3",
"nanoid": "^5.0.5",
"papaparse": "^5.5.3",
"pdfmake": "^0.2.20",
"react": "^18.3.1",
"react-contenteditable": "^3.3.7",
"react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-flow-renderer": "^10.3.17",
"react-hook-form": "^7.68.0",
"react-leaflet": "^4.2.1",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"recharts": "^3.5.1",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.76"
"zod": "^3.25.76",
"zustand": "^5.0.9"
},
"devDependencies": {
"@types/node": "^20.11.0",