-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.52 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.52 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "kunkun-docs-tailwind",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.2.1",
"@astrojs/starlight": "^0.32.3",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/svelte": "^7.0.6",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vue": "^5.0.7",
"@expressive-code/plugin-line-numbers": "^0.40.2",
"@kksh/api": "^0.1.5",
"@kksh/react": "^0.1.1",
"@kksh/svelte5": "^0.1.16",
"@kksh/vue": "^0.1.4",
"@lorenzo_lewis/starlight-utils": "^0.3.1",
"@monaco-editor/react": "^4.7.0",
"@radix-icons/vue": "^1.0.0",
"@radix-ui/react-icons": "^1.3.2",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vueuse/core": "^13.0.0",
"astro": "^5.1.5",
"astro-vtbot": "^2.1.1",
"formsnap": "^2.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.32.6",
"starlight-blog": "^0.18.0",
"starlight-giscus": "^0.5.1",
"starlight-heading-badges": "^0.5.0",
"starlight-image-zoom": "^0.11.1",
"starlight-llms-txt": "^0.7.0",
"starlight-showcases": "^0.3.0",
"starlight-sidebar-topics": "^0.5.1",
"starlight-site-graph": "^0.3.0",
"starlight-theme-black": "^0.3.0",
"starlight-theme-obsidian": "^0.2.2",
"svelte": "^5.23.0",
"svelte-radix": "^2.0.1",
"tailwind-merge": "^3.0.2",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.8.2",
"valibot": "1.2.0",
"vue": "^3.5.13"
}
}