-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.2 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.2 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
{
"name": "@trueberryless-org/starlight-plugins-docs-components-docs",
"version": "0.3.4",
"private": true,
"description": "Set of opinionated Starlight components used in trueberryless-org's Starlight plugins documentations",
"homepage": "https://github.com/trueberryless-org/starlight-plugins-docs-components",
"bugs": "https://github.com/trueberryless-org/starlight-plugins-docs-components/issues",
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/starlight-plugins-docs-components.git",
"directory": "docs"
},
"license": "MIT",
"author": "trueberryless-org",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/starlight": "^0.33.0",
"@hideoo/starlight-plugins-docs-components": "^0.4.0",
"@trueberryless-org/starlight-plugins-docs-components": "workspace:*",
"astro": "^5.6.1",
"sharp": "^0.33.5",
"starlight-contributor-list": "^0.3.0",
"starlight-links-validator": "^0.14.3"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
}
}