File size: 507 Bytes
163c686 2f60066 163c686 2f60066 163c686 2f60066 163c686 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"type": "module",
"scripts": {
"build": "vite build",
"dev": "pnpm run build && node server.mjs",
"seed:mock": "node scripts/seed-mock.mjs"
},
"dependencies": {
"@hono/node-server": "^2.0.4",
"@tiptap/core": "^3.26.1",
"@tiptap/extension-image": "^3.26.1",
"@tiptap/extension-text-align": "^3.26.1",
"@tiptap/markdown": "^3.26.1",
"@tiptap/pm": "^3.26.1",
"@tiptap/starter-kit": "^3.26.1",
"hono": "^4.12.23",
"lucide": "^1.16.0",
"uuid": "^14.0.0",
"vite": "^8.0.16"
}
}
|