-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
35 lines (35 loc) · 1.02 KB
/
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
33
34
35
{
"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": "^3.1.8",
"@astrojs/starlight": "^0.28.3",
"@astrojs/starlight-docsearch": "^0.2.0",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.2",
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
"@fontsource-variable/inter": "^5.1.1",
"@fontsource-variable/jetbrains-mono": "^5.1.2",
"astro": "^4.16.6",
"sharp": "^0.33.4",
"starlight-image-zoom": "^0.1.0",
"starlight-links-validator": "^0.5.3",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@netlify/plugin-lighthouse": "^6.0.0",
"netlify-plugin-submit-sitemap": "^0.4.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}