Skip to content

Commit

Permalink
feat: 升级codemirror
Browse files Browse the repository at this point in the history
  • Loading branch information
崔圆圆 committed Jun 3, 2024
1 parent 69a0030 commit a50fb66
Show file tree
Hide file tree
Showing 6 changed files with 5,533 additions and 4,237 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 cyyjs
Copyright (c) 2022-present cyyjs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>milkdown</title>
<title>milkdown-vue</title>
</head>
<body>
<div id="app"></div>
Expand Down
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.9",
"@codemirror/autocomplete": "^6.16.2",
"@codemirror/commands": "^6.5.0",
"@codemirror/lang-markdown": "^6.0.0",
"@codemirror/language": "^6.10.1",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@milkdown/core": "^6.3.1",
"@milkdown/design-system": "^6.3.1",
"@milkdown/plugin-block": "^6.3.1",
Expand All @@ -56,21 +61,23 @@
"@milkdown/preset-gfm": "^6.3.1",
"@milkdown/prose": "^6.3.1",
"@milkdown/theme-pack-helper": "^6.3.1",
"@milkdown/utils": "^6.5.4",
"@milkdown/vue": "^6.3.1",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"codemirror": "^6.0.1",
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.3.0",
"husky": "^8.0.1",
"husky": "^8.0.3",
"katex": "^0.16.0",
"pinst": "^3.0.0",
"vite": "^3.0.2",
"vite-plugin-libcss": "^1.0.5",
"vue": "^3.2.37"
"pug": "^3.0.3",
"vite": "^3.2.10",
"vite-plugin-libcss": "^1.1.1",
"vue": "^3.4.27"
}
}
Loading

0 comments on commit a50fb66

Please sign in to comment.