-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.56 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "notion-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@blocknote/code-block": "^0.47.1",
"@blocknote/core": "^0.47.1",
"@blocknote/mantine": "^0.47.1",
"@blocknote/react": "^0.47.1",
"@clerk/nextjs": "^6.39.2",
"@clerk/themes": "^2.4.56",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@edgestore/react": "^0.7.0",
"@edgestore/server": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"convex": "^1.20.0",
"emoji-picker-react": "^4.7.10",
"lucide-react": "^0.563.0",
"next": "^16.2.3",
"next-themes": "^0.2.1",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-dropzone": "^14.2.3",
"react-textarea-autosize": "^8.5.3",
"sharp": "^0.33.2",
"sonner": "^1.3.1",
"tailwind-merge": "^3.4.1",
"usehooks-ts": "^3.1.1",
"zod": "^3.24.2",
"zustand": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.3",
"postcss": "^8",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"shadcn": "^3.8.5",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}