-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.44 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
46
47
48
49
{
"name": "astro-blog",
"type": "module",
"version": "0.0.18",
"scripts": {
"dev": "node scripts/run-astro.mjs dev",
"start": "node scripts/run-astro.mjs dev",
"build": "node scripts/run-astro.mjs build",
"preview": "node scripts/run-astro.mjs preview",
"typecheck": "node scripts/run-astro.mjs check",
"validate:content": "node scripts/validate.mjs",
"lint": "pnpm run typecheck",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.1",
"@astrojs/tailwind": "^6.0.2",
"@expressive-code/plugin-collapsible-sections": "^0.33.5",
"@expressive-code/plugin-line-numbers": "^0.33.5",
"@fancyapps/ui": "^5.0.35",
"@waline/client": "^3.1.3",
"astro": "^5.16.8",
"astro-expressive-code": "^0.33.5",
"child_process": "^1.0.2",
"dayjs": "^1.11.13",
"dompurify": "^3.2.4",
"fuse.js": "^7.1.0",
"hastscript": "^9.0.0",
"lodash-es": "^4.17.21",
"marked": "^12.0.2",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"remark-directive": "^3.0.0",
"remixicon": "^4.8.0",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@types/lodash-es": "^4.17.12",
"baseline-browser-mapping": "^2.10.0",
"sass": "^1.72.0"
}
}