75 lines
2.4 KiB
JSON
75 lines
2.4 KiB
JSON
{
|
|
"name": "note-ai",
|
|
"version": "1.0.0105",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"test": "node --no-warnings --experimental-strip-types scripts/run-editor-block-ops-tests.mjs",
|
|
"check": "npm run lint -- --max-warnings=0 && npx tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@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-slot": "^1.2.4",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tiptap/core": "^3.14.0",
|
|
"@tiptap/extension-bubble-menu": "^3.14.0",
|
|
"@tiptap/extension-code-block-lowlight": "^3.14.0",
|
|
"@tiptap/extension-floating-menu": "^3.14.0",
|
|
"@tiptap/extension-gapcursor": "^3.14.0",
|
|
"@tiptap/extension-highlight": "^3.14.0",
|
|
"@tiptap/extension-image": "^3.14.0",
|
|
"@tiptap/extension-link": "^3.14.0",
|
|
"@tiptap/extension-subscript": "^3.14.0",
|
|
"@tiptap/extension-superscript": "^3.14.0",
|
|
"@tiptap/extension-table": "^3.14.0",
|
|
"@tiptap/extension-table-cell": "^3.14.0",
|
|
"@tiptap/extension-table-header": "^3.14.0",
|
|
"@tiptap/extension-table-row": "^3.14.0",
|
|
"@tiptap/extension-task-item": "^3.14.0",
|
|
"@tiptap/extension-task-list": "^3.14.0",
|
|
"@tiptap/extension-text-align": "^3.14.0",
|
|
"@tiptap/extension-underline": "^3.14.0",
|
|
"@tiptap/extension-youtube": "^3.14.0",
|
|
"@tiptap/pm": "^3.14.0",
|
|
"@tiptap/react": "^3.14.0",
|
|
"@tiptap/starter-kit": "^3.14.0",
|
|
"@tiptap/suggestion": "^3.14.0",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/marked": "^5.0.2",
|
|
"@types/turndown": "^5.0.6",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"file-saver": "^2.0.5",
|
|
"framer-motion": "^12.23.26",
|
|
"jszip": "^3.10.1",
|
|
"lowlight": "^2.9.0",
|
|
"lucide-react": "^0.562.0",
|
|
"marked": "^17.0.1",
|
|
"next": "16.1.1",
|
|
"next-themes": "^0.4.6",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tippy.js": "^6.3.7",
|
|
"tiptap-markdown": "^0.9.0",
|
|
"turndown-plugin-gfm": "^1.0.2",
|
|
"zustand": "^5.0.9",
|
|
"@prisma/client": "5.10.2",
|
|
"prisma": "^5.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|