add glossary
Showing
{ | { | ||
"name": "react-ag-qeditor", | "name": "react-ag-qeditor", | ||
"version": "1.0.50", | "version": "1.0.51", | ||
"description": "WYSIWYG html editor", | "description": "WYSIWYG html editor", | ||
"author": "atma", | "author": "atma", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -28,8 +28,6 @@ | ... | @@ -28,8 +28,6 @@ |
"start:both": "concurrently \"npm start\" \"cd example && npm start\"" | "start:both": "concurrently \"npm start\" \"cd example && npm start\"" | ||
}, | }, | ||
"peerDependencies": { | "peerDependencies": { | ||
"@ant-design/icons": "^5.0.0", | |||
"antd": "^5.0.0", | |||
"@tiptap/extension-table": "^2.11.7", | "@tiptap/extension-table": "^2.11.7", | ||
"@tiptap/pm": "^2.11.7", | "@tiptap/pm": "^2.11.7", | ||
"prosemirror-tables": "^1.4.0", | "prosemirror-tables": "^1.4.0", | ||
... | @@ -61,7 +59,6 @@ | ... | @@ -61,7 +59,6 @@ |
"dist" | "dist" | ||
], | ], | ||
"dependencies": { | "dependencies": { | ||
"@ant-design/icons": "5.6.1", | |||
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6", | "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", | ||
"@tiptap/core": "^2.0.0-beta.176", | "@tiptap/core": "^2.0.0-beta.176", | ||
"@tiptap/extension-color": "^2.0.0-beta.9", | "@tiptap/extension-color": "^2.0.0-beta.9", | ||
... | @@ -80,7 +77,6 @@ | ... | @@ -80,7 +77,6 @@ |
"@tiptap/extension-underline": "^2.0.0-beta.23", | "@tiptap/extension-underline": "^2.0.0-beta.23", | ||
"@tiptap/react": "^2.0.0-beta.109", | "@tiptap/react": "^2.0.0-beta.109", | ||
"@tiptap/starter-kit": "^2.0.0-beta.185", | "@tiptap/starter-kit": "^2.0.0-beta.185", | ||
"antd": "5.x", | |||
"axios": "^0.27.2", | "axios": "^0.27.2", | ||
"katex": "^0.15.3", | "katex": "^0.15.3", | ||
"prosemirror-state": "1.4.0", | "prosemirror-state": "1.4.0", | ||
... | ... |
Please
register
or
sign in
to comment