-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
43
44
45
46
47
48
49
50
{
"type": "module",
"private": true,
"engines": {
"node": ">=20",
"pnpm": ">=8"
},
"scripts": {
"dev": "astro dev --host --port 3000",
"build": "astro check && astro build",
"preview": "astro preview --host --port 8888",
"dev:og": "x-satori -c ./src/lib/server/og/config.ts -t ./src/lib/server/og/Template.astro --dev",
"lint": "eslint .",
"cz": "czg"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@iconify/json": "^2.2.270",
"@resvg/resvg-js": "^2.6.2",
"@types/node": "~22.9.0",
"@unocss/astro": "^0.64.0",
"@unocss/eslint-plugin": "^0.64.0",
"@unocss/reset": "^0.64.0",
"@vite-pwa/astro": "^0.4.3",
"astro": "^4.16.7",
"astro-eslint-parser": "^1.0.3",
"czg": "^1.11.0",
"eslint": "^9.14.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^0.1.2",
"fast-glob": "^3.3.2",
"mdast-util-from-markdown": "^2.0.2",
"medium-zoom": "^1.1.0",
"pathe": "^1.1.2",
"prettier-plugin-astro": "^0.14.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"remark-directive": "^3.0.0",
"remark-github-alerts": "0.1.0-beta.3",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"vite-plugin-restart": "^0.4.1",
"workbox-window": "^7.3.0",
"x-satori": "^0.2.0"
}
}