Skip to content

Commit

Permalink
feat: implement automatic island collect and build
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Sep 10, 2022
1 parent a984bc0 commit 61165dc
Show file tree
Hide file tree
Showing 20 changed files with 635 additions and 573 deletions.
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -17,6 +17,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.19.0",
"@babel/helper-plugin-utils": "^7.19.0",
"@babel/preset-react": "^7.18.6",
"@babel/traverse": "^7.19.0",
"@loadable/component": "5.15.2",
"@mdx-js/mdx": "1",
"@mdx-js/react": "1",
Expand Down Expand Up @@ -50,6 +54,9 @@
"devDependencies": {
"@leafac/rehype-shiki": "^2.1.2",
"@loadable/babel-plugin": "^5.13.2",
"@types/babel__core": "^7.1.19",
"@types/babel__helper-plugin-utils": "^7.10.0",
"@types/babel__traverse": "^7.18.1",
"@types/fs-extra": "^9.0.13",
"@types/github-slugger": "^1.3.0",
"@types/hast": "^2.3.4",
Expand Down

0 comments on commit 61165dc

Please sign in to comment.