-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.41 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.41 KB
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
{
"name": "deveesh-shetty-portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.15.0",
"@astrojs/mdx": "^4.3.0",
"@astrojs/react": "^4.4.0",
"@astrojs/vercel": "^8.2.8",
"@iconify-json/fa": "^1.2.1",
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/lineicons": "^1.2.4",
"@iconify-json/simple-icons": "^1.2.33",
"@iconify-json/tabler": "^1.2.17",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-toast": "^1.2.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.4",
"@vercel/analytics": "^1.5.0",
"@vercel/og": "^0.8.5",
"astro": "^5.14.1",
"astro-icon": "^1.1.5",
"axios": "^1.12.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "9.36.0",
"nodemailer": "^6.10.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4",
"uuid": "11.1.0",
"vercel": "^48.1.6"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.55",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20.8.2",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"prettier-plugin-astro": "^0.14.1",
"typescript": "5.8.3"
}
}