{
"name": "bookwiz-prototype",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"vercel-build": "next build",
"type-check": "tsc --noEmit",
"supabase:start": "supabase start",
"supabase:stop": "supabase stop",
"supabase:status": "supabase status",
"supabase:reset": "supabase db reset",
"supabase:migrate": "supabase db push",
"supabase:generate-types": "supabase gen types typescript --local > lib/supabase-types.ts",
"generate-favicon": "node scripts/generate-favicon.js && cp public/favicon-32x32.png app/favicon.ico && cp public/favicon-180x180.png app/apple-icon.png && cp public/favicon-32x32.png app/icon.png",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"commit-help": "node scripts/commit-helper.js",
"update-changelog": "npm run changelog && git add CHANGELOG.md && git commit -m \"chore: update changelog\" && git push origin main"
},
"dependencies": {
"@anthropic-ai/claude-code": "^1.0.43",
"@heroicons/react": "^2.2.0",
"@monaco-editor/react": "^4.6.0",
"@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
"@stripe/stripe-js": "^7.3.1",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.51.0",
"@tailwindcss/typography": "^0.5.16",
"@tiptap/extension-horizontal-rule": "^2.14.0",
"@tiptap/extension-link": "^2.14.0",
"@tiptap/extension-list-item": "^2.14.0",
"@tiptap/extension-table": "^2.14.0",
"@tiptap/extension-table-cell": "^2.14.0",
"@tiptap/extension-table-header": "^2.14.0",
"@tiptap/extension-table-row": "^2.14.0",
"@tiptap/extension-task-item": "^2.14.0",
"@tiptap/extension-task-list": "^2.14.0",
"@tiptap/extension-typography": "^2.14.0",
"@tiptap/react": "^2.14.0",
"@tiptap/starter-kit": "^2.14.0",
"@tiptap/suggestion": "^2.14.0",
"@types/diff": "^8.0.0",
"@types/pdfkit": "^0.14.0",
"@types/pg": "^8.15.4",
"autoprefixer": "^10.0.1",
"axios": "^1.10.0",
"commander": "^14.0.0",
"diff": "^8.0.2",
"framer-motion": "^12.18.1",
"next": "14.2.4",
"next-auth": "^4.24.11",
"pdfkit": "^0.17.1",
"pg": "^8.16.3",
"postcss": "^8",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"stripe": "^18.2.1",
"tailwindcss": "^3.4.1",
"tippy.js": "^6.3.7",
"tiptap-markdown": "^0.8.10"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"canvas": "^3.1.0",
"cli-real-favicon": "^0.0.9",
"conventional-changelog-angular": "^8.0.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"supabase": "^1.200.3",
"typescript": "^5"
}
}