-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.59 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.59 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
{
"name": "drawer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"app/**/*.{js,jsx,ts,tsx,css,md,json,scss}\" --config ./.prettierrc"
},
"dependencies": {
"@clerk/nextjs": "^4.29.9",
"@clerk/themes": "^1.7.9",
"@clerk/types": "^3.62.1",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-table": "^8.13.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"convex": "^1.5.1",
"dayjs": "^1.11.10",
"framer-motion": "^10.18.0",
"jotai": "^2.5.0",
"lodash": "^4.17.21",
"lucide-react": "^0.288.0",
"next": "^14.1.1",
"next-themes": "^0.2.1",
"quill": "^1.3.6",
"react": "^18",
"react-dom": "^18",
"react-quill": "^2.0.0",
"react-quilljs": "^1.3.3",
"roughjs": "^4.6.5",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/quill": "^2.0.13",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8",
"prettier": "^3.0.3",
"tailwindcss": "^3",
"typescript": "^5"
}
}