-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.23 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": "zapping-zero",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"dev:backend": "convex dev",
"start": "astro dev",
"build": "astro build",
"check": "astro check",
"preview": "astro preview",
"astro": "astro",
"format": "bun x prettier --write ."
},
"dependencies": {
"@astrojs/check": "0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/solid-js": "^6.0.1",
"@convex-dev/rate-limiter": "^0.3.2",
"@myriaddreamin/typst-ts-node-compiler": "^0.7.0-rc2",
"@myriaddreamin/typst-ts-renderer": "^0.7.0-rc2",
"@myriaddreamin/typst.ts": "0.7.0-rc2",
"@tailwindcss/vite": "^4.1.18",
"@vercel/blob": "^2.1.0",
"astro": "5.17.1",
"astro-og-canvas": "^0.10.1",
"astro-typst": "^0.12.3",
"canvaskit-wasm": "^0.41.1",
"clsx": "^2.1.1",
"convex": "^1.31.7",
"date-fns": "^4.1.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.35.3",
"solid-js": "^1.9.11",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"prettier-plugin-astro": "^0.14.1"
}
}