Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 16, 2025
1 parent cb0e545 commit 597795d
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 131 deletions.

This file was deleted.

This file was deleted.

45 changes: 44 additions & 1 deletion website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"DO NOT EDIT": "Automatically generated from xbb-helper/templates/docusaurus/common",
"DO NOT EDIT": "Automatically generated from docusaurus-template-liquid/templates/docusaurus",
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"generate-website-commons": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-commons.sh --xpack-dev-tools",
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
Expand All @@ -17,6 +18,7 @@
"typecheck": "tsc",
"npm-outdated": "npm outdated",
"npm-install": "npm install",
"npm-link-helpers": "npm link @xpack/docusaurus-template-liquid @xpack/npm-packages-helper",
"npm-ci": "npm ci",
"deep-clean": "del-cli .docusaurus build node_modules package-lock.json"
},
Expand All @@ -29,7 +31,6 @@
"@mdx-js/react": "^3.1.0",
"clean-css": "~5.3.3",
"clsx": "^2.1.1",
"del-cli": "^6.0.0",
"prism-react-renderer": "^2.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand All @@ -38,7 +39,9 @@
"@docusaurus/module-type-aliases": "3.6.3",
"@docusaurus/tsconfig": "3.6.3",
"@docusaurus/types": "3.6.3",
"del-cli": "^6.0.0",
"json": "^11.0.0",
"liquidjs": "^10.20.1",
"typescript": "~5.2.2"
},
"browserslist": {
Expand All @@ -53,8 +56,8 @@
"last 5 safari version"
]
},
"websiteConfig": {},
"engines": {
"node": ">=18.0"
},
"websiteConfig": {}
}
}

0 comments on commit 597795d

Please sign in to comment.