-
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) · 897 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 897 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": "danethe.dev-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro build && wrangler dev",
"astro": "astro",
"deploy": "astro build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.6.2",
"@astrojs/mdx": "^4.3.3",
"@astrojs/sitemap": "latest",
"@nulfrost/leaflet-loader-astro": "^1.0.0",
"astro": "^5.12.8",
"sharp": "^0.34.3",
"typescript": "^5.9.2"
},
"trustedDependencies": [
"sharp"
],
"devDependencies": {
"@cloudflare/workers-types": "^4.20250803.0",
"@iconify-json/lucide": "^1.2.60",
"@iconify-json/tabler": "^1.2.20",
"@unocss/reset": "^66.4.1",
"detect-libc": "^2.0.4",
"tsx": "^4.20.3",
"unocss": "^66.4.1",
"wrangler": "^4.27.0"
}
}