-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 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
{
"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.7",
"@astrojs/starlight": "^0.38.1",
"@lavamoat/preinstall-always-fail": "^2.1.1",
"@tailwindcss/vite": "^4.1.18",
"astro": "^6.0.4",
"astro-opengraph-images": "^1.14.3",
"sharp": "^0.34.5",
"starlight-auto-sidebar": "^0.2.0",
"starlight-image-zoom": "^0.14.1",
"starlight-llms-txt": "^0.8.0",
"starlight-theme-nova": "^0.11.7",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^3.4.3",
"@types/react": "^19.2.14",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"react": "^19.2.4",
"starlight-links-validator": "^0.20.1"
},
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false,
"astro>esbuild": false,
"sharp": false,
"astro>vite>esbuild": false
}
}
}