-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.2 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
36
37
38
39
40
41
42
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port 4432",
"start": "astro dev --port 4432",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/partytown": "^2.1.4",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/starlight": "^0.37.1",
"@astrojs/starlight-tailwind": "4.0.2",
"@hyprmcp/mcp-install-instructions-generator": "^0.2.0",
"@lorenzo_lewis/starlight-utils": "^0.3.2",
"@tailwindcss/vite": "^4.1.6",
"astro": "^5.16.6",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"github-buttons": "^2.29.1",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-mermaid": "^3.0.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.34.2",
"starlight-links-validator": "^0.18.0",
"tailwindcss": "^4.1.6"
},
"devDependencies": {
"playwright": "^1.54.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.1.0"
}
}