-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 899 Bytes
/
package.json
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
37
38
{
"name": "docs",
"version": "0.2.0",
"description": "Thulite documentation",
"author": "Thulite",
"license": "UNLICENSED",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/thuliteio/docs.git"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.28.3",
"@astrojs/starlight-docsearch": "^0.2.0",
"astro": "^4.15.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"hast-util-from-html": "^2.0.2",
"hast-util-to-string": "^3.0.0",
"hastscript": "^9.0.0",
"rehype": "^13.0.1",
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": ">=20.11.0"
}
}