-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.06 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
36
37
38
39
40
41
42
43
44
45
{
"name": "docs",
"type": "module",
"version": "0.0.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.28.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/svelte": "^5.7.1",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vue": "^4.5.0",
"@kksh/api": "0.0.18",
"@kksh/react": "^0.1.1",
"@kksh/svelte": "^0.1.4",
"@kksh/vue": "^0.1.3",
"@monaco-editor/react": "^4.6.0",
"@radix-icons/vue": "^1.0.0",
"@radix-ui/react-icons": "^1.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vueuse/core": "^10.11.1",
"astro": "^4.15.3",
"element-plus": "^2.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.32.5",
"svelte": "^4.2.18",
"svelte-radix": "^1.1.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.4",
"valibot": "^0.37.0",
"vue": "^3.4.37"
},
"devDependencies": {
"astro-vtbot": "^1.8.4"
}
}