-
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) · 1.36 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.36 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
{
"name": "panta-rhei-site",
"private": true,
"type": "module",
"scripts": {
"build": "bundle exec jekyll build --baseurl \"\"",
"dossier:prepare": "python3 scripts/materialize_dossier_proxies.py",
"dossier:build": "python3 scripts/build_dossiers.py",
"dossier:check": "python3 scripts/check_dossier_artifacts.py",
"dossier:all": "npm run dossier:prepare && PANTA_RHEI_GENERATE_OG_CARDS=0 npm run build && npm run dossier:build && npm run dossier:check",
"og:build": "python3 scripts/fetch_material_symbols.py --check-existing && python3 scripts/generate_og_images.py --png --webp --gallery",
"og:check": "python3 scripts/generate_og_images.py --check",
"build:social-previews": "npm run og:build",
"pagefind": "pagefind --site _site --output-subdir pagefind",
"headers:test": "node test/site-edge-headers.test.mjs",
"headers:dry-run": "wrangler deploy --dry-run",
"headers:deploy": "wrangler deploy",
"headers:live": "node scripts/check_live_headers.mjs",
"qa:construction-spine": "node scripts/assert_construction_spine_routing_qa.mjs",
"qa:v2-shell": "node scripts/check_v2_shell.mjs",
"qa:round2-browser": "node scripts/qa_day1_round2_browser.mjs",
"visual:qa": "node scripts/visual_qa.mjs"
},
"devDependencies": {
"@playwright/test": "1.59.1",
"pagefind": "1.5.2",
"wrangler": "4.93.0"
}
}