-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 767 Bytes
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
{
"name": "",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"docs:toolkits": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/build-toolkits-docs.ps1",
"docs:button-defense": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/build-button-defense-docs.ps1",
"docs:all": "npm run docs:toolkits && npm run docs:button-defense",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^6.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"astro": "^6.4.8",
"decap-cms-app": "^3.11.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sharp": "^0.34.3"
}
}