-
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-remark": "^7.2.0",
"@astrojs/starlight": "^0.40.0",
"@types/mdast": "^4.0.4",
"astro": "^6.4.6",
"astro-rehype-relative-markdown-links": "^0.19.0",
"remark": "^15.0.1",
"sharp": "^0.35.1",
"unified": "^11.0.5",
"vite-plugin-static-copy": "^4.1.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"js-yaml": "^4.2.0",
"prettier": "^3.8.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.3.0"
},
"packageManager": "pnpm@11.7.0+sha512.19cc852c120c7125760f2443ee6be0ca5b40f9f50598de1a09a1f177503e010e57c23c77646e01e761de59bf874fb22a3398c33ab9691fc13eb946b6f0f4d620"
}