{ "name": "program1", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/utilities": "^3.2.2", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tooltip": "^1.2.8", "@tiptap/extension-bubble-menu": "^3.22.5", "@tiptap/extension-character-count": "^3.22.5", "@tiptap/extension-code-block-lowlight": "^3.22.5", "@tiptap/extension-color": "^3.22.5", "@tiptap/extension-highlight": "^3.22.5", "@tiptap/extension-image": "^3.22.5", "@tiptap/extension-link": "^3.22.5", "@tiptap/extension-placeholder": "^3.22.5", "@tiptap/extension-strike": "^3.22.5", "@tiptap/extension-subscript": "^3.22.5", "@tiptap/extension-superscript": "^3.22.5", "@tiptap/extension-table": "^3.22.5", "@tiptap/extension-table-cell": "^3.22.5", "@tiptap/extension-table-header": "^3.22.5", "@tiptap/extension-table-row": "^3.22.5", "@tiptap/extension-task-item": "^3.22.5", "@tiptap/extension-task-list": "^3.22.5", "@tiptap/extension-text-style": "^3.22.5", "@tiptap/extension-typography": "^3.22.5", "@tiptap/extension-underline": "^3.22.5", "@tiptap/react": "^3.22.5", "@tiptap/starter-kit": "^3.22.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dexie": "^4.4.2", "framer-motion": "^12.38.0", "lowlight": "^3.3.0", "lucide-react": "^1.14.0", "react": "^19.2.5", "react-dom": "^19.2.5", "tailwind-merge": "^3.5.0", "zustand": "^5.0.12" }, "devDependencies": { "@eslint/js": "^10.0.1", "@tailwindcss/vite": "^4.2.4", "@types/node": "^24.12.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "autoprefixer": "^10.5.0", "eslint": "^10.2.1", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0", "postcss": "^8.5.13", "tailwindcss": "^4.2.4", "typescript": "~6.0.2", "typescript-eslint": "^8.58.2", "vite": "^8.0.10" } }