forked from setupmd/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 740 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 740 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
{
"name": "@setupmd/docs",
"type": "module",
"version": "4.5.2",
"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.2.1",
"@astrojs/starlight": "^0.29.2",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vue": "^4.5.3",
"@vitejs/plugin-vue": "^5.0.4",
"astro": "^4.16.14",
"sharp": "^0.32.6",
"starlight-theme-obsidian": "^0.0.10",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.4",
"vue": "^3.3.10"
},
"overrides": {
"starlight-theme-obsidian": {
"@astrojs/starlight": "^0.29.2"
}
}
}