-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "documentation",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "npx prettier \"src/content/docs/**/*\" --write --ignore-unknown",
"postbuild": "node ./scripts/update-csp.js"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.30.3",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"@docsearch/js": "^3.8.0",
"@fontsource/inter": "^5.1.0",
"@inkeep/uikit-js": "^0.3.19",
"astro": "^5.1.1",
"astro-auto-import": "^0.4.4",
"astro-icon": "^1.1.4",
"hastscript": "^9.0.0",
"html-escaper": "^3.0.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"satori": "^0.12.0",
"satori-html": "^0.3.2",
"starlight-package-managers": "^0.8.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"chalk": "^5.3.0",
"cheerio": "^1.0.0",
"dotenv": "^16.4.5",
"glob": "^11.0.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"postcss-import": "^16.1.0",
"prettier": "^3.4.1",
"sharp": "^0.33.5"
}
}