-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.32 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": "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": "^0.0.52",
"@ai-sdk/openai": "^0.0.68",
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "3.1.8",
"@astrojs/react": "3.6.2",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"@astrojs/vercel": "7.8.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vercel/og": "^0.6.3",
"@vercel/speed-insights": "^1.0.14",
"ai": "^3.4.18",
"astro": "4.16.7",
"astro-font": "^0.1.81",
"astro-icon": "^1.1.1",
"astro-robots-txt": "^1.0.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.10",
"marked": "^14.1.3",
"moment-timezone": "^0.5.46",
"openai": "^4.68.4",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}