-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 848 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 848 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
{
"name": "queryplan-org",
"version": "1.0.0",
"description": "Query Plan Baseline Tracking & Performance Regression Automation — static PWA built with 11ty.",
"type": "module",
"scripts": {
"build": "eleventy",
"serve": "eleventy --serve --quiet",
"clean": "rm -rf _site",
"icons": "node scripts/generate-icons.js",
"deploy": "npm run build && wrangler deploy",
"preview": "npm run build && wrangler dev"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"html-minifier-terser": "^7.2.0",
"katex": "^0.16.11",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.1",
"sharp": "^0.33.5",
"wrangler": "^4.95.0"
},
"dependencies": {
"mermaid": "^11.15.0"
}
}