-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.38 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
{
"name": "lakshay-portfolio",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@ai-sdk/google": "^1.1.16",
"@ai-sdk/openai": "^1.1.13",
"@ai-sdk/react": "^1.1.17",
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.8",
"@astrojs/react": "4.2.0",
"@astrojs/sitemap": "3.2.1",
"@astrojs/vercel": "8.0.7",
"@tailwindcss/cli": "^4.0.8",
"@tailwindcss/vite": "^4.0.8",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vercel/og": "^0.6.5",
"@vercel/speed-insights": "^1.2.0",
"ai": "^4.1.45",
"astro": "5.3.0",
"astro-font": "^1.0.0",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"framer-motion": "^12.4.7",
"marked": "^15.0.7",
"moment-timezone": "^0.5.47",
"openai": "^4.85.4",
"prettier": "^3.5.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.5",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.8",
"typescript": "^5.7.3",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
}
}