-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.61 KB
/
package.json
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
60
{
"name": "notion",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/backend": "^0.29.2",
"@clerk/nextjs": "^4.24.1",
"@neondatabase/serverless": "^0.6.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^4.35.3",
"@tiptap/pm": "^2.1.11",
"@tiptap/react": "^2.1.11",
"@tiptap/starter-kit": "^2.1.11",
"@types/aos": "^3.0.5",
"ai": "^2.2.13",
"aos": "^3.0.0-beta.6",
"axios": "^1.5.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.6",
"lucide-react": "^0.279.0",
"next": "latest",
"openai": "^4.10.0",
"openai-edge": "^1.2.2",
"pexels": "^1.4.0",
"pg": "^8.11.3",
"react": "latest",
"react-dom": "latest",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"encoding": "^0.1.13",
"eslint": "latest",
"eslint-config-next": "latest",
"firebase": "^10.4.0",
"postcss": "latest",
"react-hot-toast": "^2.4.1",
"tailwindcss": "latest",
"typescript": "latest"
}
}