-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.02 KB
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": "^4.1.1",
"@astrojs/starlight": "^0.32.2",
"@astrojs/starlight-docsearch": "^0.6.0",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"@expressive-code/plugin-collapsible-sections": "^0.40.2",
"@fontsource-variable/inter": "^5.2.5",
"@fontsource-variable/jetbrains-mono": "^5.2.5",
"astro": "^5.4.3",
"sharp": "^0.33.5",
"starlight-image-zoom": "^0.11.1",
"starlight-links-validator": "^0.14.3",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@netlify/plugin-lighthouse": "^6.0.1",
"netlify-plugin-submit-sitemap": "^0.4.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11"
}
}