-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 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
{
"name": "hacktoberfest-projects",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"./**/*.{ts,tsx,json}\""
},
"dependencies": {
"@auth/xata-adapter": "^1.4.2",
"@t3-oss/env-nextjs": "^0.11.1",
"@twuni/emojify": "^1.0.2",
"@xata.io/client": "^0.30.0",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"daisyui": "^4.12.10",
"framer-motion": "^11.5.4",
"jotai": "^2.9.3",
"lucide-react": "^0.439.0",
"next": "^14.2.9",
"next-auth": "5.0.0-beta.20",
"next-cloudinary": "^6.12.0",
"next-seo": "^6.6.0",
"nextjs-progressbar": "^0.0.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@types/react": "18.3.5",
"@types/twuni__emojify": "^1.0.2",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.9",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"typescript": "5.6.2"
},
"engines": {
"node": ">=20.0.0"
}
}