forked from google/docsy-example
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 920 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 920 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
{
"name": "rosely-docs",
"description": "Rosely documentation website",
"type": "module",
"version": "2.0.0",
"scripts": {
"clean": "rm -rf dist .astro node_modules .netlify",
"refresh": "pnpm dlx @astrojs/upgrade; pnpm up -L",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/markdoc": "^1.0.4",
"@astrojs/netlify": "^7.0.8",
"@astrojs/starlight": "^0.38.4",
"@astrojs/starlight-markdoc": "^0.6.0",
"@fontsource/noto-sans": "^5.2.10",
"@fontsource/noto-sans-mono": "^5.2.10",
"astro": "^6.1.9",
"sharp": "^0.34.5",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8"
}