-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.02 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
{
"name": "redesign",
"version": "0.1.0",
"private": true,
"_author": "MuhammadUsmanGM",
"_sig": "MUGM-7e42-d9b1-f0a3",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@tailwindcss/typography": "^0.5.19",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"framer-motion": "^12.35.2",
"gray-matter": "^4.0.3",
"lenis": "^1.3.23",
"lru-cache": "^11.2.7",
"lucide-react": "^0.577.0",
"next": "16.1.6",
"postcss": "^8.5.8",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"resend": "^6.9.3",
"sonner": "^2.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4.2.1",
"typescript": "^5"
}
}