-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.65 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": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"push": "drizzle-kit push:pg --config drizzle.config.ts"
},
"dependencies": {
"@auth/core": "^0.21.0",
"@auth/drizzle-adapter": "^0.3.15",
"@codesandbox/sandpack-react": "^2.11.3",
"@neondatabase/serverless": "^0.7.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"drizzle-kit": "^0.20.13",
"drizzle-orm": "^0.29.3",
"framer-motion": "^10.16.4",
"geist": "^1.2.1",
"lucide-react": "^0.312.0",
"next": "^14.2.4",
"next-auth": "5.0.0-beta.5",
"next-mdx-remote": "^4.4.1",
"next-nprogress-bar": "^2.1.2",
"next-themes": "^0.2.1",
"postgres": "^3.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-responsive": "^9.0.2",
"react-wrap-balancer": "^1.1.0",
"server-only": "^0.0.1",
"sugar-high": "^0.5.6",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.8.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "latest",
"@types/pg": "^8.10.9",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"dotenv": "^16.3.1",
"eslint": "latest",
"eslint-config-next": "^14.2.4",
"postcss": "latest",
"prisma": "^5.6.0",
"tailwindcss": "latest",
"typescript": "latest"
}
}