1 Star 0 Fork 136

邢向 / AiEditor

forked from aieditor-team / AiEditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.55 KB
一键复制 编辑 原始数据 按行查看 历史
Michael Yang 提交于 2024-01-18 11:02 . chore: update dependencies
{
"name": "aieditor",
"author": "yangfuhai",
"version": "1.0.0-rc.7",
"type": "module",
"keywords": [
"editor",
"ai",
"ai editor"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^20.9.0",
"less": "^4.2.0",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.3"
},
"dependencies": {
"@tiptap/core": "^2.1.16",
"@tiptap/extension-bubble-menu": "^2.1.16",
"@tiptap/extension-character-count": "^2.1.16",
"@tiptap/extension-code-block-lowlight": "^2.1.16",
"@tiptap/extension-color": "^2.1.16",
"@tiptap/extension-font-family": "^2.1.16",
"@tiptap/extension-gapcursor": "^2.1.16",
"@tiptap/extension-highlight": "^2.1.16",
"@tiptap/extension-image": "^2.1.16",
"@tiptap/extension-link": "^2.1.16",
"@tiptap/extension-mention": "^2.1.16",
"@tiptap/extension-placeholder": "^2.1.16",
"@tiptap/extension-subscript": "^2.1.16",
"@tiptap/extension-superscript": "^2.1.16",
"@tiptap/extension-table": "^2.1.16",
"@tiptap/extension-table-cell": "^2.1.16",
"@tiptap/extension-table-header": "^2.1.16",
"@tiptap/extension-table-row": "^2.1.16",
"@tiptap/extension-task-item": "^2.1.16",
"@tiptap/extension-task-list": "^2.1.16",
"@tiptap/extension-text-align": "^2.1.16",
"@tiptap/extension-text-style": "^2.1.16",
"@tiptap/extension-underline": "^2.1.16",
"@tiptap/pm": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"@tiptap/suggestion": "^2.1.16",
"crypto-js": "^4.2.0",
"i18next": "^23.7.6",
"lowlight": "^3.1.0",
"markdown-it": "^13.0.2",
"markdown-it-container": "^3.0.0",
"node-html-parser": "^6.1.11",
"tippy.js": "^6.3.7",
"tiptap-markdown": "^0.8.9"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/aieditor-team/aieditor"
},
"bugs": {
"url": "https://github.com/aieditor-team/aieditor/issues"
},
"homepage": "https://github.com/aieditor-team/aieditor#readme",
"license": "LGPL"
}
1
https://gitee.com/hsinge/aieditor.git
git@gitee.com:hsinge/aieditor.git
hsinge
aieditor
AiEditor
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891