Skip to content

Commit

Permalink
Merge pull request #7 from zhuba-Ahhh/dev
Browse files Browse the repository at this point in the history
feat: ✨ 优化目录等
  • Loading branch information
zhuba-Ahhh authored Aug 25, 2024
2 parents 2fb69e5 + 07d3895 commit fd5956a
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 6,306 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
.pnp.js
.yarn/install-state.gz

pnpm-lock.yaml

# testing
/coverage

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,46 @@
"serve": "serve -s out -p 3010"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.6",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "^0.5.14",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.29",
"gray-matter": "^4.0.3",
"lodash-es": "^4.17.21",
"lucide-react": "^0.429.0",
"next": "14.2.6",
"next": "^14.2.6",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"next-view-transitions": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"unist-util-visit": "^5.0.0"
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.6",
"@mdx-js/loader": "^3.0.1",
"@next/mdx": "^14.2.6",
"@types/mdx": "^2.0.13",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"gray-matter": "^4.0.3",
"postcss": "^8",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"typescript": "^5",
"unist-util-visit": "^5.0.0"
}
}
Loading

0 comments on commit fd5956a

Please sign in to comment.