-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1021 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1021 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
38
39
40
41
42
43
44
{
"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": "^13.1.3",
"@astrojs/node": "10.0.3",
"@fastify/middie": "^9.3.1",
"@fastify/static": "^9.0.0",
"astro": "6.0.8",
"fastify": "^5.8.2",
"ogl": "^1.0.11",
"solid-js": "^1.9.11",
"wrangler": "^4.76.0"
},
"devDependencies": {
"@astrojs/mdx": "5.0.2",
"@astrojs/sitemap": "3.7.1",
"@astrojs/solid-js": "6.0.1",
"@biomejs/biome": "^2.4.8",
"@solid-primitives/refs": "^1.1.3",
"@types/bun": "^1.3.11",
"@types/node": "^25.5.0",
"astro-compressor": "^1.3.0",
"astro-expressive-code": "^0.41.7",
"astro-favicons": "^3.1.6",
"astro-robots-txt": "^1.0.0",
"sass-embedded": "^1.98.0",
"sonda": "^0.11.1",
"vite-plugin-solid-svg": "^0.8.1"
},
"trustedDependencies": [
"@parcel/watcher",
"esbuild",
"sharp"
]
}