-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "next-ppr-news",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/drizzle-adapter": "^0.3.12",
"@fontsource/inter": "^5.0.16",
"@neondatabase/serverless": "^0.6.1",
"@radix-ui/react-slot": "^1.0.2",
"@upstash/ratelimit": "^1.0.0",
"@upstash/redis": "^1.28.0",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"drizzle-orm": "^0.29.1",
"javascript-time-ago": "^2.5.9",
"lucide-react": "^0.303.0",
"nanoid": "^5.0.4",
"nanoid-dictionary": "^4.3.0",
"next-auth": "5.0.0-beta.4",
"openai": "^4.24.1",
"openai-zod-functions": "^0.1.2",
"psl": "^1.9.0",
"react": "^18",
"react-dom": "^18",
"react-highlight-words": "^0.20.0",
"sonner": "^1.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/nanoid-dictionary": "^4.2.3",
"@types/node": "^20",
"@types/psl": "^1.1.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-highlight-words": "^0.16.7",
"autoprefixer": "^10.0.1",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.20.9",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"next": "14.0.5-canary.41",
"pg": "^8.11.3",
"postcss": "^8",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
}
}