-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"generate-types": "wrangler types"
},
"dependencies": {
"@astrojs/check": "0.9.9",
"@astrojs/cloudflare": "^13.5.3",
"@astrojs/react": "5.0.5",
"@base-ui-components/react": "^1.0.0-rc.0",
"@heroicons/react": "^2.2.0",
"@nanostores/react": "^1.1.0",
"@tailwindcss/vite": "^4.3.0",
"@vercel/og": "^0.8.5",
"astro": "6.3.6",
"caniuse-lite": "^1.0.30001787",
"motion": "^12.38.0",
"nanostores": "^1.2.0",
"radix-colors-tailwind": "^2.1.0",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-hotkeys-hook": "^5.2.4",
"tailwindcss": "^4.3.0",
"typescript": "^5.9.3",
"wrangler": "^4.93.1"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2"
},
"overrides": {
"vite": "^7"
}
}