-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.17 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
{
"name": "tech-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview --host 0.0.0.0",
"astro": "astro",
"convert": "node ./src/scripts/add-frontmatter-migrate.ts",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/markdown-satteri": "^0.4.1",
"@astrojs/starlight": "^0.42.2",
"@system76/satteri-relative-markdown-links": "^1.1.0",
"@types/mdast": "^4.0.4",
"astro": "^7.2.4",
"remark": "^15.0.1",
"satteri": "^0.10.5",
"sharp": "^0.35.4",
"vite-plugin-static-copy": "^4.1.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"js-yaml": "^4.3.2",
"prettier": "^3.9.8",
"prettier-plugin-astro": "^1.0.1",
"prettier-plugin-organize-imports": "^4.3.0"
},
"packageManager": "pnpm@11.22.0+sha512.1ff870c4c6133dfd88fb2afc46dd13d47f09c9794b438c6fdb47ca98caf3bc16381ee0be93a091b8e3824cf01f889f46d7d9e20910fb0be1ab0fb5baa80dd621"
}