add glossary
Showing
... | ... | @@ -28,10 +28,12 @@ |
"start:both": "concurrently \"npm start\" \"cd example && npm start\"" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.2", | ||
"@tiptap/pm": "^2.11.7", | ||
"@tiptap/extension-table": "^2.11.7", | ||
"prosemirror-tables": "^1.4.0" | ||
"@tiptap/pm": "^2.11.7", | ||
"prosemirror-tables": "^1.4.0", | ||
"react": "^17.0.2", | ||
"antd": "^5.24.7", | ||
"@ant-design/icons": "4.7.0" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^10.0.3", | ||
... | ... | @@ -59,7 +61,7 @@ |
"dist" | ||
], | ||
"dependencies": { | ||
"@ant-design/icons": "5.x", | ||
"@ant-design/icons": "4.7.0", | ||
"@tiptap/core": "^2.0.0-beta.176", | ||
"@tiptap/extension-color": "^2.0.0-beta.9", | ||
"@tiptap/extension-focus": "^2.0.0-beta.43", | ||
... | ... |
Please
register
or
sign in
to comment