-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 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
{
"name": "cubic-wiki",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"@astrojs/starlight-docsearch": "^0.6.1",
"@astrojs/vue": "^5.1.4",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"astro-mermaid": "^1.3.1",
"mermaid": "^11.12.2",
"naive-ui": "^2.43.2",
"sharp": "^0.34.5",
"starlight-giscus": "^0.8.1",
"starlight-image-zoom": "^0.13.2",
"starlight-sidebar-topics": "^0.6.2",
"vue": "^3.5.27"
},
"devDependencies": {
"@vite-pwa/astro": "^1.2.0",
"astro-vtbot": "^2.1.10",
"daisyui": "^5.5.17",
"oxfmt": "^0.35.0",
"starlight-contributor-list": "^0.3.2",
"starlight-links-validator": "^0.19.2",
"starlight-scroll-to-top": "^0.4.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"workbox-window": "^7.4.0"
},
"engines": {
"node": ">=18.0"
},
"packageManager": "pnpm@10.32.1"
}