Skip to content

Commit

Permalink
✨ feat: Update sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 20, 2024
1 parent dc904b3 commit 4fd8614
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 51 deletions.
5 changes: 4 additions & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,14 @@ export default defineConfig({
define: {
'process.env': process.env,
},
favicons: ['https://npm.elemecdn.com/@lobehub/assets-favicons/assets/favicon.ico'],
favicons: ['https://lobehub.com/favicon.ico'],
locales: [{ id: 'en-US', name: 'English' }],
mfsu: isWin ? undefined : {},
npmClient: 'pnpm',
publicPath: '/',
sitemap: {
hostname: 'https://readme-wizard.lobehub.com',
},
styles: [
`html, body { background: transparent; }
Expand Down
103 changes: 53 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,64 +54,67 @@
]
},
"dependencies": {
"@babel/runtime": "^7",
"@lobehub/ui": "latest",
"@babel/runtime": "^7.25.6",
"@vercel/og": "0.5.18",
"ahooks": "^3",
"antd": "^5",
"antd-style": "^3",
"dotenv": "^16.4.5",
"fast-deep-equal": "^3",
"immer": "^10",
"leva": "latest",
"lodash-es": "^4",
"lucide-react": "latest",
"fast-deep-equal": "^3.1.3",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"node-html-parser": "^6.1.13",
"polished": "^4",
"query-string": "^8",
"react-layout-kit": "^1",
"react-markdown": "^8",
"react-syntax-highlighter": "^15",
"rehype-highlight": "^7",
"rehype-raw": "^7",
"remark-gfm": "^3",
"remark-slug": "^7",
"remark-toc": "^8",
"simple-icons": "^10.0.0",
"swr": "^2.2.4",
"url-join": "^5",
"use-merge-value": "^1",
"utility-types": "^3",
"zustand": "^4.4",
"zustand-utils": "^1"
"polished": "^4.3.1",
"query-string": "^8.2.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"remark-toc": "^8.0.1",
"simple-icons": "^10.4.0",
"swr": "^2.2.5",
"url-join": "^5.0.0",
"use-merge-value": "^1.2.0",
"utility-types": "^3.11.0",
"zustand": "^4.5.5",
"zustand-utils": "^1.3.2"
},
"devDependencies": {
"@commitlint/cli": "^18",
"@commitlint/cli": "^18.6.1",
"@lobehub/lint": "latest",
"@testing-library/react": "^14",
"@types/lodash-es": "^4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitest/coverage-v8": "latest",
"commitlint": "^18",
"concurrently": "^8",
"cross-env": "^7",
"@testing-library/react": "^14.3.1",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-v8": "~1.2.2",
"babel-plugin-antd-style": "^1.0.4",
"commitlint": "^18.6.1",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"dumi": "2.2.17",
"dumi-theme-lobehub": "latest",
"eslint": "^8",
"dumi-theme-lobehub": "^1.8.1",
"eslint": "^8.57.1",
"father": "4.3.1",
"husky": "^8",
"jsdom": "^23.0.0",
"lint-staged": "^15",
"prettier": "^3",
"react": "^18",
"react-dom": "^18",
"remark": "^14",
"remark-cli": "^11",
"semantic-release": "^21",
"stylelint": "^15",
"typescript": "^5",
"vitest": "latest"
"husky": "^8.0.3",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"remark": "^14.0.3",
"remark-cli": "^11.0.0",
"semantic-release": "^21.1.2",
"stylelint": "^15.11.0",
"typescript": "^5.6.2",
"vitest": "~1.2.2"
},
"peerDependencies": {
"@lobehub/ui": ">=1",
"ahooks": ">=3",
"antd": ">=5.13.0",
"antd-style": ">=3",
"leva": ">=0.9.35",
"lucide-react": ">=0.396.0",
"react": ">=18",
"react-dom": ">=18",
"react-layout-kit": ">=1"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 4fd8614

Please sign in to comment.