-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 667 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 667 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
{
"name": "athena-docs",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.5.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^7.0.2",
"@astrojs/starlight": "^0.38.1",
"@astrojs/starlight-tailwind": "^5.0.0",
"@babel/runtime": "^7.27.6",
"@fontsource/inter": "^5.1.0",
"@tailwindcss/vite": "^4.0.7",
"astro": "^6.0.4",
"hast-util-select": "^6.0.3",
"rehype": "^13.0.2",
"sharp": "^0.34.2",
"tailwindcss": "^4.0.7",
"unist-util-visit": "^5.0.0"
}
}