-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 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
{
"name": "mikandev-docs",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "bun --bun astro check && bun --bun astro build",
"preview": "astro preview",
"format": "oxfmt",
"astro": "astro",
"deploy": "wrangler deploy"
},
"dependencies": {
"@astrojs/check": "0.9.8",
"@astrojs/react": "5.0.2",
"@astrojs/starlight": "0.38.2",
"@astrojs/starlight-docsearch": "0.7.0",
"@astrojs/starlight-tailwind": "5.0.0",
"@astrojs/tailwind": "6.0.2",
"@catppuccin/starlight": "^1.1.1",
"@mikandev/jda-icons-react": "^1.0.8",
"@tailwindcss/vite": "^4.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "6.1.1",
"astro-feelback": "^0.3.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sharp": "^0.34.5",
"starlight-cooler-credit": "^0.6.0",
"starlight-giscus": "^0.9.1",
"starlight-image-zoom": "^0.14.1",
"starlight-llms-txt": "^0.8.0",
"starlight-package-managers": "^0.12.0",
"starlight-videos": "^0.4.0",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
},
"devDependencies": {
"oxfmt": "^0.42.0"
},
"engines": {
"node": ">=18.0.0"
}
}