-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "alfanjauhari.com",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "bunx --bun astro dev",
"start": "astro dev",
"build": "bunx --bun astro check && bunx --bun astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.6",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.2",
"@codesandbox/sandpack-react": "^2.19.9",
"@codesandbox/sandpack-themes": "^2.0.21",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vercel/og": "^0.6.3",
"astro": "^4.15.7",
"clsx": "^2.1.1",
"framer-motion": "^11.5.4",
"lenis": "^1.1.14",
"lucide-react": "^0.441.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.15",
"@types/bun": "^1.1.12"
}
}