-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 882 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
33
34
35
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.38.1",
"@astrojs/starlight-docsearch": "^0.7.0",
"@astrojs/starlight-tailwind": "^5.0.0",
"@iconify/json": "2.2.376",
"@mdx-js/runtime": "^2.0.0",
"@tailwindcss/vite": "4.1.12",
"astro": "^6.0.5",
"chart.js": "^4.5.1",
"js-yaml": "^4.1.1",
"pnpm": "^10.33.0",
"remark-rehype": "11.1.2",
"rehype-document": "^7.0.3",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.5",
"starlight-sidebar-topics": "^0.6.2",
"tailwindcss": "4.1.12",
"tar-fs": "^3.1.1",
"uninstall": "0.0.0",
"unplugin-icons": "22.2.0",
"vite": "^7.3.2"
}
}