Skip to content

Commit

Permalink
Merge pull request #14 from themashcodee/feat/custom-markdown-parser
Browse files Browse the repository at this point in the history
✨ Create a custom parser on top of @yozora/parser to support custom jsx in mrkdwn
  • Loading branch information
themashcodee authored Jun 27, 2024
2 parents 8c7fcb3 + d6c0e53 commit 16968f7
Show file tree
Hide file tree
Showing 51 changed files with 1,644 additions and 221 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"repository": "https://github.com/themashcodee/slack-blocks-to-jsx.git",
"license": "MIT",
"version": "0.2.2",
"version": "0.3.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand All @@ -29,19 +29,21 @@
"release": "pnpm run build && changeset publish"
},
"dependencies": {
"html-react-parser": "^4.2.2",
"@yozora/ast": "^2.3.2",
"@yozora/character": "^2.3.2",
"@yozora/core-tokenizer": "^2.3.2",
"@yozora/parser": "^2.3.2",
"node-emoji": "^2.1.0",
"slack-markdown": "^0.3.0",
"zustand": "^4.5.2"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react": "^17",
"@types/react-dom": "^17",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.3",
"postcss": "^8.4.33",
Expand Down
Loading

0 comments on commit 16968f7

Please sign in to comment.