-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 976 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 976 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
33
34
35
36
37
{
"name": "lucapattocchio.dev",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@12.3.4",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"generate-types": "wrangler types"
},
"dependencies": {
"@astrojs/cloudflare": "^14.3.1",
"@astrojs/react": "^6.0.5",
"@lancher-dev/jaamd": "^0.9.2",
"@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"astro": "^7.3.2",
"clsx": "^2.1.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-intersection-observer": "^11.0.1",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@types/node": "^26.4.1",
"prettier": "3.9.6",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.8.1",
"vite-plugin-svgr": "^5.2.0",
"wrangler": "^4.130.0"
}
}