Skip to content

Commit

Permalink
Merge pull request #3 from Vsion/main
Browse files Browse the repository at this point in the history
sidebar, user setting list, fetch mock data
  • Loading branch information
Carrotzpc authored Jan 16, 2024
2 parents 3b4a68d + 9d1ce6d commit e88415d
Show file tree
Hide file tree
Showing 44 changed files with 2,848 additions and 395 deletions.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const nextConfig = {
unoptimized: !isProd,
},
reactStrictMode: true,
transpilePackages: ['antd', '@ant-design', 'antd-style'],
transpilePackages: ['antd', '@ant-design', 'antd-style', '@lobehub/ui', 'antd-mobile'],
webpack: (config) => {
config.experiments = {
asyncWebAssembly: true,
Expand Down
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,23 @@
]
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/nextjs-registry": "^1.0.0",
"@lobehub/ui": "^1.125.8",
"@next/mdx": "^14.0.4",
"@reduxjs/toolkit": "^2.0.1",
"@svgr/webpack": "^8.1.0",
"antd": "^5.12.6",
"antd-mobile": "^5.34.0",
"antd-style": "^3.6.1",
"classnames": "^2.5.1",
"lucide-react": "^0.304.0",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"react-layout-kit": "^1.7.4",
"react-redux": "^9.0.4",
"redux": "^5.0.1",
"ua-parser-js": "2.0.0-alpha.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e88415d

Please sign in to comment.