-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "fahreziadha.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@libsql/client": "^0.10.0",
"@nanostores/persistent": "^0.10.2",
"@tanstack/react-query": "^5.52.2",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.33.0",
"framer-motion": "^11.5.4",
"geist": "^1.3.1",
"lucide-react": "^0.441.0",
"nanostores": "^0.11.3",
"next": "14.2.7",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-tweet": "^3.2.1",
"sonner": "^1.5.0"
},
"devDependencies": {
"@content-collections/core": "^0.6.4",
"@content-collections/mdx": "^0.1.3",
"@content-collections/next": "^0.2.0",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "22.5.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.24.2",
"eslint": "9.9.1",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}