-
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) · 842 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 842 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": "personal-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "npm run build && wrangler dev",
"astro": "astro",
"deploy": "npm run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "12",
"@astrojs/tailwind": "^5.1.4",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/logos": "^1.2.11",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/tabler": "^1.2.33",
"@iconify-json/vscode-icons": "^1.2.46",
"astro": "^5.1.1",
"astro-icon": "^1.1.5",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"wrangler": "^4.84.1"
}
}