forked from AstroNvim/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 881 Bytes
/
package.json
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": "astronvim-documentation",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"upgrade": "pnpm dlx @astrojs/upgrade"
},
"dependencies": {
"@astrojs/mdx": "^2.3.0",
"@astrojs/starlight": "^0.21.5",
"@astrojs/starlight-docsearch": "^0.1.0",
"@astrojs/starlight-tailwind": "^2.0.2",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.6.1",
"sharp": "^0.33.2",
"starlight-image-zoom": "^0.1.0",
"starlight-links-validator": "^0.5.3",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@netlify/plugin-lighthouse": "^6.0.0",
"netlify-plugin-submit-sitemap": "^0.4.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11"
}
}