-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "shorebird-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/starlight": "^0.39.2",
"@lavamoat/preinstall-always-fail": "^3.0.0",
"@tailwindcss/vite": "^4.3.0",
"astro": "^6.3.3",
"astro-mermaid": "^2.0.1",
"astro-opengraph-images": "^1.16.1",
"sharp": "^0.34.5",
"starlight-auto-sidebar": "^0.4.0",
"starlight-image-zoom": "^0.14.1",
"starlight-llms-txt": "^0.10.0",
"starlight-theme-nova": "^0.11.10",
"tailwindcss": "^4.2.0",
"typescript": "^6.0.3"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^5.0.2",
"@types/react": "^19.2.14",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"react": "^19.2.6",
"starlight-links-validator": "^0.24.0"
},
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false,
"astro>esbuild": false,
"sharp": false,
"astro>vite>esbuild": false
}
}
}