1 Star 0 Fork 0

chenleihhh/react-tiptap-rsbuild

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
chenleihhh 提交于 2025-05-27 23:00 +08:00 . 基本实现快捷引用
{
"name": "rsbuild-project",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild dev --open",
"format": "prettier --write .",
"preview": "rsbuild preview"
},
"dependencies": {
"@tiptap/core": "^2.12.0",
"@tiptap/extension-bubble-menu": "^2.12.0",
"@tiptap/extension-image": "^2.12.0",
"@tiptap/extension-table": "^2.12.0",
"@tiptap/extension-table-cell": "^2.12.0",
"@tiptap/extension-table-header": "^2.12.0",
"@tiptap/extension-table-row": "^2.12.0",
"@tiptap/extension-task-item": "^2.12.0",
"@tiptap/extension-task-list": "^2.12.0",
"@tiptap/extension-text-align": "^2.12.0",
"@tiptap/pm": "^2.12.0",
"@tiptap/react": "^2.12.0",
"@tiptap/starter-kit": "^2.12.0",
"@tiptap/suggestion": "^2.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.3.1",
"@rsbuild/plugin-less": "^1.2.4",
"@rsbuild/plugin-react": "^1.1.1",
"prettier": "^3.5.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenleihhh/react-tiptap-rsbuild.git
git@gitee.com:chenleihhh/react-tiptap-rsbuild.git
chenleihhh
react-tiptap-rsbuild
react-tiptap-rsbuild
master

搜索帮助