-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) 路 1.08 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) 路 1.08 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
45
{
"name": "@palmdevs/website",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate-types": "wrangler types"
},
"dependencies": {
"@astrojs/cloudflare": "14.1.7",
"@astrojs/node": "11.0.3",
"@fastify/middie": "^9.3.3",
"@fastify/static": "^10.1.2",
"astro": "7.1.6",
"fastify": "^5.11.0",
"ogl": "^1.0.11",
"solid-js": "^1.9.14",
"wrangler": "^4.115.0"
},
"devDependencies": {
"@astrojs/mdx": "7.0.5",
"@astrojs/sitemap": "3.7.3",
"@astrojs/solid-js": "7.0.1",
"@biomejs/biome": "^2.5.6",
"@solid-primitives/refs": "^1.1.4",
"@types/bun": "^1.3.14",
"@types/node": "^26.1.2",
"astro-compressor": "^1.3.0",
"astro-expressive-code": "^0.44.1",
"astro-favicons": "^3.1.6",
"astro-robots-txt": "^1.0.0",
"sass-embedded": "^1.100.0",
"sonda": "^0.14.0",
"vite-plugin-solid-svg": "^0.8.1"
},
"trustedDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"workerd"
]
}