-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 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
{
"name": "pve-tools-docs",
"version": "7.5.0",
"description": "PVE Tools Pro official documentation site built with Astro Starlight and Tailwind CSS",
"author": "PVE Tools",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"deploy:cf-workers": "npm run build && wrangler deploy",
"preview:cf-workers": "npm run build && wrangler dev",
"dev:cf-workers": "npm run build && wrangler dev --local"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.10",
"@astrojs/starlight-tailwind": "5.0.0",
"@iconify-json/lucide": "^1.2.111",
"@tailwindcss/vite": "^4.1.17",
"astro": "6.0.4",
"astro-font": "^1.1.0",
"astro-icon": "^1.1.5",
"js-yaml": "^4.2.0",
"marked": "^17.0.1",
"sharp": "^0.34.5",
"vite": "^7.2.6"
},
"devDependencies": {
"@astrojs/check": "0.9.7",
"@astrojs/starlight": "^0.38.1",
"@types/js-yaml": "^4.0.9",
"astro-vtbot": "^2.1.9",
"tailwindcss": "^4.1.17",
"typescript": "^5.0.0",
"wrangler": "^4"
}
}