-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 688 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 688 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": "@setupmd/docs",
"type": "module",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/starlight": "^0.36.1",
"@astrojs/vue": "^5.1.1",
"@tailwindcss/vite": "^4.1.14",
"@vitejs/plugin-vue": "^6.0.1",
"astro": "^5.14.5",
"sharp": "^0.34.4",
"starlight-theme-obsidian": "^0.4.1",
"tailwindcss": "^4.1.14",
"typescript": "^5.4.5",
"vue": "^3.5.22"
}
}