-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 929 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
{
"name": "docs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"astro": "astro",
"build": "rm -rf .astro node_modules/.astro && astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev",
"validate": "astro check"
},
"dependencies": {
"@astrojs/starlight": "catalog:",
"@astrojs/vercel": "^8.0.6",
"@croct/plug": "^0.16.5",
"@inox-tools/star-warp": "workspace:^",
"@inox-tools/utils": "workspace:^",
"@orama/wc-components": "^0.4.1",
"@vercel/analytics": "^1.4.1",
"astro": "catalog:",
"sharp": "^0.33.5",
"starlight-cooler-credit": "^0.2.3",
"starlight-links-validator": "^0.14.2",
"starlight-package-managers": "^0.10.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@types/pako": "^2.0.3",
"js-base64": "^3.7.7",
"pako": "^2.1.0",
"typescript": "catalog:"
}
}