-
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
website: upgrade example & fix type error. (#593)
- Loading branch information
1 parent
5437580
commit d3e00ad
Showing
5 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"description": "A markdown editor with preview, implemented with React.js and TypeScript.", | ||
"author": "kenny wang <[email protected]>", | ||
"scripts": { | ||
"build": "kkt build", | ||
"start": "kkt start", | ||
"build": "GENERATE_SOURCEMAP=false kkt build", | ||
"start": "GENERATE_SOURCEMAP=false kkt start", | ||
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html" | ||
}, | ||
"license": "MIT", | ||
|
@@ -26,7 +26,7 @@ | |
"@uiw/react-md-editor": "3.25.6", | ||
"dom-to-image": "^2.6.0", | ||
"katex": "~0.16.0", | ||
"mermaid": "~9.4.3", | ||
"mermaid": "~10.6.1", | ||
"react": "~18.2.0", | ||
"react-dom": "~18.2.0", | ||
"rehype-sanitize": "~6.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters