-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
42
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/cloudflare": "^12.1.0",
"@astrojs/mdx": "^4.0.3",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@node-rs/xxhash": "^1.7.6",
"astro": "^5.1.1",
"cssnano": "^7.0.6",
"mime": "^4.0.6",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"rollup": "^4.29.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241218.0",
"@types/hast": "^3.0.4",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2",
"wrangler": "^3.99.0"
},
"packageManager": "[email protected]+sha512.262710a014302cb381911ff876e76a3ffdf83a048c63fe8896818392d3ec0be2fe0481bc7be8602931291762a479322664c2369bc83e85d3c42e699b6ba6a55e"
}