-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "portfolio-new",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --bun",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.2.3",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/vercel": "^8.1.4",
"@fileforge/pdfreader": "^0.1.46",
"@phucbm/cursorjs": "^2.0.1",
"@radix-ui/react-tooltip": "^1.1.8",
"@swup/astro": "^1.6.0",
"@swup/overlay-theme": "^2.0.1",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.1",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"astro": "^5.5.6",
"astro-icon": "^1.1.5",
"astro-page-insight": "^0.10.1",
"astro-robots-txt": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gsap": "^3.12.7",
"lucide-react": "^0.487.0",
"nodemailer": "^7.0.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"swup": "^4.8.1",
"tailwind-merge": "^3.1.0",
"tailwindcss": "^4.1.1",
"tw-animate-css": "^1.2.5"
}
}