Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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. }