REFACTOR(repo): simplify project structure
- Move services/nextjs to nextjs/ - Move deploy/docker/Dockerfile.prod to Dockerfile - Add GitHub Actions workflows (ci.yml, build.yml) - Remove deploy/, services/, scripts/ folders
This commit is contained in:
66
nextjs/package.json
Normal file
66
nextjs/package.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"name": "notion-clone",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.918.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.918.0",
|
||||
"@monaco-editor/react": "^4.6.0",
|
||||
"@prisma/client": "^6.16.3",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
||||
"@radix-ui/react-label": "^2.1.7",
|
||||
"@radix-ui/react-slot": "^1.0.2",
|
||||
"@supabase/supabase-js": "^2.76.1",
|
||||
"@tiptap/core": "^3.6.3",
|
||||
"@tiptap/extension-highlight": "^3.6.3",
|
||||
"@tiptap/extension-image": "^3.6.3",
|
||||
"@tiptap/extension-link": "^3.6.3",
|
||||
"@tiptap/extension-placeholder": "^3.6.3",
|
||||
"@tiptap/extension-strike": "^3.6.3",
|
||||
"@tiptap/extension-table": "^3.6.3",
|
||||
"@tiptap/extension-table-cell": "^3.6.3",
|
||||
"@tiptap/extension-table-header": "^3.6.3",
|
||||
"@tiptap/extension-table-row": "^3.6.3",
|
||||
"@tiptap/extension-task-item": "^3.6.3",
|
||||
"@tiptap/extension-task-list": "^3.6.3",
|
||||
"@tiptap/extension-text-align": "^3.6.3",
|
||||
"@tiptap/extension-underline": "^3.6.3",
|
||||
"@tiptap/react": "^3.6.3",
|
||||
"@tiptap/starter-kit": "^3.6.3",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"bcryptjs": "^3.0.2",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"lucide-react": "^0.544.0",
|
||||
"monaco-editor": "^0.47.0",
|
||||
"next": "^15.5.4",
|
||||
"next-themes": "^0.4.6",
|
||||
"nextjs-toploader": "^3.9.17",
|
||||
"node-html-parser": "^7.0.1",
|
||||
"prisma": "^6.16.3",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"tailwind-merge": "^2.3.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"usehooks-ts": "^3.1.0",
|
||||
"zod": "^4.1.12",
|
||||
"zustand": "^5.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bcryptjs": "^3.0.0",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@types/node": "20.12.11",
|
||||
"@types/react": "18.3.2",
|
||||
"@types/react-dom": "^18",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user