forked from themefisher/dockit-astro
-
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) · 763 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 763 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": "dockit-astro",
"version": "0.0.2",
"description": "DocKit Astro is a simple, modern documentation theme built using Astro and Tailwind CSS",
"author": "Themefisher",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/starlight": "^0.37.0",
"@astrojs/starlight-tailwind": "^4.0.2",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.16.4",
"astro-embed": "^0.9.2",
"astro-font": "^1.1.0",
"marked": "^17.0.1",
"sharp": "^0.34.5",
"vite": "^7.2.6"
},
"devDependencies": {
"astro-vtbot": "^2.1.9",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}