-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 969 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 969 Bytes
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": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build:astro": "astro build",
"build:pagefind": "pagefind --site dist",
"build": "bun run build:astro && bun run build:pagefind",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "1.0.3",
"@astrojs/starlight": "0.38.3",
"@astrojs/starlight-markdoc": "^0.6.0",
"@astrojs/starlight-tailwind": "^5.0.0",
"@lorenzo_lewis/starlight-utils": "^0.3.2",
"@tailwindcss/vite": "^4.2.2",
"add": "^2.0.6",
"astro": "6.1.5",
"pagefind": "^1.4.0",
"sharp": "^0.34.5",
"starlight-links-validator": "^0.23.0",
"starlight-scroll-to-top": "^1.0.0",
"starlight-theme-nova": "^0.11.7",
"starlight-versions": "^0.8.1",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1"
}
}