-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 989 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 989 Bytes
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
{
"name": "codeforge-docs",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"sync": "node scripts/sync-changelog.mjs",
"dev": "node scripts/sync-changelog.mjs && astro dev --host 0.0.0.0",
"build": "node scripts/sync-changelog.mjs && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.0",
"@astrojs/starlight": "^0.37.6",
"@astrojs/starlight-tailwind": "^4.0.2",
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.18.0",
"astro-mermaid": "^1.3.1",
"sharp": "^0.34.5",
"starlight-image-zoom": "^0.13.2",
"starlight-kbd": "^0.3.0",
"starlight-links-validator": "^0.19.2",
"starlight-llms-txt": "^0.7.0",
"starlight-scroll-to-top": "^0.4.0",
"starlight-sidebar-topics": "^0.6.2",
"starlight-tags": "^0.4.0",
"starlight-versions": "^0.7.0",
"tailwindcss": "^4.2.1"
}
}