forked from computesdk/dotcom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 747 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
{
"name": "compute-sdk-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "serve dist -l 4321",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.5.0",
"@astrojs/starlight": "^0.34.6",
"@astrojs/starlight-tailwind": "^4.0.1",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.6.1",
"serve": "^14.2.5",
"sharp": "^0.34.2",
"starlight-blog": "^0.24.0",
"starlight-llms-txt": "^0.6.0",
"starlight-theme-nova": "^0.9.0",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"typescript": "^5.9.2"
}
}