forked from JavierDvlpr/javierdvlpr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 865 Bytes
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
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"pages:dev": "npm run build && wrangler pages dev dist",
"pages:deploy": "npm run build && wrangler pages deploy dist",
"deploy": "wrangler pages deploy dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^5.0.7",
"@neondatabase/serverless": "^1.1.0",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.10",
"clsx": "^2.1.1",
"framer-motion": "^12.40.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260613.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"wrangler": "^4.100.0"
}
}