Update to v1.0 of website code from kottgard-production-v1.zip
This commit is contained in:
+5
-3
@@ -3,13 +3,15 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"clean": "rm -rf .next",
|
||||
"dev": "bash scripts/dev.sh",
|
||||
"build": "bash scripts/build.sh",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"annotate": "node docs/annotate-all.mjs",
|
||||
"images:populate": "bash scripts/populate-site-images.sh",
|
||||
"images:fish": "bash scripts/update-fish-images.sh"
|
||||
"images:fish": "bash scripts/update-fish-images.sh",
|
||||
"images:brand": "bash -c '.venv-images/bin/python scripts/process-all-site-images.py 2>/dev/null || python3 scripts/process-all-site-images.py'"
|
||||
},
|
||||
"dependencies": {
|
||||
"clsx": "^2.1.0",
|
||||
|
||||
Reference in New Issue
Block a user