You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 462B

123456789101112131415161718
  1. {
  2. "name": "mf-react-native-zss-rich-text-editor",
  3. "repository": {
  4. "type": "git",
  5. "url": "https://github.com/wix/react-native-zss-rich-text-editor.git"
  6. },
  7. "version": "1.1.0",
  8. "description": "React Native Wrapper for ZSSRichTextEditor - MF",
  9. "main": "index.js",
  10. "license": "SEE LICENSE IN LICENSE",
  11. "dependencies": {
  12. "react-native-webview": "^10.10.2"
  13. },
  14. "peerDependencies": {
  15. "react": "*",
  16. "react-native": ">=0.61.0"
  17. }
  18. }