-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 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
{
"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.6.12",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@libsql/client": "^0.17.0",
"@node-rs/xxhash": "^1.7.6",
"@tailwindcss/vite": "^4.2.0",
"astro": "^5.17.3",
"cssnano": "^7.1.2",
"discord-interactions": "^4.4.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.0",
"tslib": "^2.8.1",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260228.0",
"@types/hast": "^3.0.4",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "^5.9.3",
"wrangler": "^4.67.0"
},
"trustedDependencies": [
"@tailwindcss/oxide"
]
}