-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.54 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
{
"name": "documentation-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"components:add": "shadcn-ui add"
},
"dependencies": {
"@clerk/clerk-sdk-node": "^5.1.6",
"@clerk/nextjs": "^6.32.0",
"@clerk/themes": "^2.2.23",
"@floating-ui/react-dom": "^2.1.6",
"@lexical/react": "^0.24.0",
"@lexical/rich-text": "^0.24.0",
"@lexical/selection": "^0.24.0",
"@lexical/utils": "^0.24.0",
"@liveblocks/client": "3.4.2",
"@liveblocks/node": "3.4.2",
"@liveblocks/react": "3.4.2",
"@liveblocks/react-lexical": "3.4.2",
"@liveblocks/react-ui": "3.4.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@sentry/nextjs": "^7.120.0",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lexical": "^0.24.0",
"lucide-react": "^0.536.0",
"nanoid": "^5.1.5",
"next": "14.2.25",
"postcss": "^8.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"shadcn-ui": "^0.9.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.25",
"typescript": "^5"
}
}