-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "portfolio",
"type": "module",
"version": "1.1.2",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.2",
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.2",
"@astrojs/vercel": "^7.8.1",
"@react-email/components": "^0.0.14",
"@react-email/render": "^0.0.12",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"astro": "^4.16.0",
"astro-font": "^0.0.76",
"astro-icon": "^1.1.0",
"astro-integration-lottie": "^0.3.0",
"astro-meta-tags": "^0.2.1",
"astro-vtbot": "^1.7.23",
"lottie-web": "^5.12.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "^2.0.0",
"resend": "^3.1.0"
},
"devDependencies": {
"@types/anchor-js": "^5.0.3",
"@types/node": "^20.11.0"
}
}