-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 KB
/
package.json
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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/mdx": "^3.1.9",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@node-rs/xxhash": "^1.7.4",
"astro": "^4.16.8",
"cssnano": "^7.0.6",
"mime": "^4.0.4",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"@types/hast": "^3.0.4",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3",
"wrangler": "^3.84.0"
},
"packageManager": "pnpm@9.0.0-alpha.0+sha512.262710a014302cb381911ff876e76a3ffdf83a048c63fe8896818392d3ec0be2fe0481bc7be8602931291762a479322664c2369bc83e85d3c42e699b6ba6a55e"
}