-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 995 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
28
29
30
{
"name": "clusterautomation-org",
"version": "1.0.0",
"description": "MariaDB Galera Cluster Automation & Multi-Master Sync — a production-focused static site built with Eleventy.",
"license": "MIT",
"private": true,
"scripts": {
"icons": "node scripts/generate-icons.js",
"qa": "node scripts/qa-codeblocks.js",
"prebuild": "npm run qa && npm run icons",
"build": "eleventy",
"clean": "rimraf _site",
"serve": "eleventy --serve --quiet",
"start": "npm run icons && eleventy --serve --quiet",
"deploy": "npm run build && wrangler deploy",
"deploy:dry": "wrangler deploy --dry-run"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"katex": "^0.16.11",
"mermaid": "^11.4.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-katex": "^2.0.3",
"markdown-it-task-lists": "^2.1.1",
"rimraf": "^5.0.10",
"wrangler": "^4.95.0"
}
}