{ "name": "presenton", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "next dev ", "build": "next build", "start": "next start", "lint": "eslint .", "test": "node --test tests/*.test.mjs", "test:export-output-path": "node --test tests/export-output-path.test.mjs", "test:layout-code": "node --test tests/layout-code-validator.test.mjs", "check:layout-code": "node --test tests/layout-code-validator.test.mjs" }, "dependencies": { "@babel/parser": "^7.28.4", "@babel/standalone": "^7.28.2", "@babel/traverse": "^7.29.0", "@babel/types": "^7.28.4", "@dnd-kit/core": "^6.3.1", "@dnd-kit/react": "^0.4.0", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@paciolan/remote-component": "^2.13.0", "@radix-ui/react-accordion": "^1.2.1", "@radix-ui/react-avatar": "^1.1.2", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-dropdown-menu": "^2.1.4", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-popover": "^1.1.4", "@radix-ui/react-progress": "^1.1.0", "@radix-ui/react-radio-group": "^1.2.1", "@radix-ui/react-scroll-area": "^1.2.1", "@radix-ui/react-select": "^2.1.4", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slider": "^1.2.3", "@radix-ui/react-slot": "^1.1.1", "@radix-ui/react-switch": "^1.1.3", "@radix-ui/react-tabs": "^1.1.1", "@radix-ui/react-toast": "^1.2.2", "@radix-ui/react-toggle": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.6", "@reduxjs/toolkit": "^2.2.8", "@tailwindcss/typography": "^0.5.16", "@tanstack/react-hotkeys": "^0.10.0", "@tiptap/extension-underline": "^2.0.0", "@tiptap/react": "^2.11.5", "@tiptap/starter-kit": "^2.11.5", "canvas-confetti": "^1.9.4", "chart.js": "^4.5.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", "jsonrepair": "^3.12.0", "konva": "^10.3.0", "lucide-react": "^0.447.0", "marked": "^15.0.11", "mermaid": "^11.9.0", "mixpanel-browser": "^2.67.0", "next": "16.2.6", "next-themes": "^0.4.6", "prismjs": "^1.30.0", "react": "19.2.6", "react-colorful": "^5.6.1", "react-dom": "19.2.6", "react-konva": "^19.2.4", "react-redux": "^9.1.2", "react-simple-code-editor": "^0.14.1", "recharts": "^2.15.4", "sharp": "^0.34.3", "sonner": "^2.0.6", "tailwind-merge": "^2.5.3", "tailwindcss-animate": "^1.0.7", "tiptap-markdown": "^0.8.10", "uuid": "^11.1.0", "zod": "^4.0.5" }, "devDependencies": { "@types/babel__standalone": "^7.1.9", "@types/canvas-confetti": "^1.9.0", "@types/node": "^20", "@types/prismjs": "^1.26.5", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@types/uuid": "^10.0.0", "@types/ws": "^8.5.13", "cypress": "^15.18.1", "esbuild": "0.25.8", "eslint": "^9", "eslint-config-next": "16.2.6", "tailwindcss": "^3.4.1", "typescript": "^5" }, "overrides": { "brace-expansion": "2.0.2" }, "peerDependencies": { "zod": "^4.0.5" } }