-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 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
{
"name": "mezo-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "npm run process-gitbook && astro dev",
"start": "npm run process-gitbook && astro dev",
"build": "npm run process-gitbook && astro build && npx lunaria build && node scripts/postbuild-copy-sitemaps.js",
"preview": "astro preview",
"astro": "astro",
"process-gitbook": "node scripts/process-gitbook.js",
"lint-fix": "npx prettier . --write",
"linkcheck-local": "node scripts/linkcheck.js http://localhost:4321/docs"
},
"dependencies": {
"@astrojs/sitemap": "^3.4.1",
"@astrojs/starlight": "^0.37.4",
"@lunariajs/starlight": "^0.1.1",
"astro": "^5.6.1",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"katex": "^0.16.22",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"starlight-image-zoom": "^0.13.2",
"starlight-sidebar-topics": "^0.6.2",
"turndown": "^7.2.1"
},
"devDependencies": {
"@astro-community/astro-embed-link-preview": "^0.2.2",
"@lunariajs/core": "^0.1.1",
"axios": "^1.8.4",
"prettier": "^3.5.3",
"puppeteer": "^24.6.0"
}
}