react-native-cn-richtext-editor
Version:
RichText Editor for React-Native
160 lines (159 loc) • 4.88 kB
JSON
{
"name": "expo",
"version": "33.0.7",
"description": "The Expo SDK",
"main": "build/ExpoLazy.js",
"module": "build/Expo",
"types": "build/Expo.d.ts",
"sideEffects": [
"*.fx.js",
"*.fx.web.js"
],
"bin": {
"expo": "bin/cli.js"
},
"files": [
"bin",
"build",
"tools",
"bundledNativeModules.json",
"AppEntry.js"
],
"scripts": {
"generate-lazy": "expo-module babel --config-file ./babel.config.build.js --source-maps --out-file build/ExpoLazy.js build/Expo.js",
"build": "EXPO_NONINTERACTIVE=1 expo-module build && npm run generate-lazy",
"clean": "expo-module clean",
"lint": "eslint tools",
"test": "expo-module test",
"prepare": "expo-module prepare && npm run generate-lazy",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"jest": {
"preset": "expo-module-scripts"
},
"eslintConfig": {
"extends": "universe/native",
"overrides": {
"files": "**/__tests__/*.js",
"env": {
"node": true
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git"
},
"keywords": [
"expo"
],
"author": "Expo",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo/tree/master/packages/expo",
"dependencies": {
"@babel/runtime": "^7.1.2",
"@expo/vector-icons": "^10.0.1",
"@react-native-community/netinfo": "2.0.10",
"@types/fbemitter": "^2.0.32",
"@types/invariant": "^2.2.29",
"@types/lodash.zipobject": "^4.1.4",
"@types/qs": "^6.5.1",
"@types/uuid-js": "^0.7.1",
"@unimodules/core": "^2.0.0",
"@unimodules/react-native-adapter": "^2.0.0",
"babel-preset-expo": "^5.0.0",
"cross-spawn": "^6.0.5",
"expo-ads-admob": "~5.0.1",
"expo-ads-facebook": "~5.0.1",
"expo-analytics-amplitude": "~5.0.1",
"expo-analytics-segment": "~5.0.1",
"expo-app-auth": "~5.0.1",
"expo-app-loader-provider": "~5.0.1",
"expo-asset": "~5.0.1",
"expo-av": "~5.0.2",
"expo-background-fetch": "~5.0.1",
"expo-barcode-scanner": "~5.0.1",
"expo-blur": "~5.0.1",
"expo-brightness": "~5.0.1",
"expo-calendar": "~5.0.1",
"expo-camera": "~5.0.1",
"expo-constants": "~5.0.1",
"expo-contacts": "~5.0.2",
"expo-crypto": "~5.0.1",
"expo-document-picker": "~5.0.1",
"expo-face-detector": "~5.0.1",
"expo-facebook": "~5.0.1",
"expo-file-system": "~5.0.1",
"expo-font": "~5.0.1",
"expo-gl": "~5.0.1",
"expo-gl-cpp": "~5.0.1",
"expo-google-sign-in": "~5.0.1",
"expo-haptics": "~5.0.1",
"expo-image-manipulator": "~5.0.1",
"expo-image-picker": "~5.0.2",
"expo-intent-launcher": "~5.0.1",
"expo-keep-awake": "~5.0.1",
"expo-linear-gradient": "~5.0.1",
"expo-local-authentication": "~5.0.1",
"expo-localization": "~5.0.1",
"expo-location": "~5.0.1",
"expo-mail-composer": "~5.0.1",
"expo-media-library": "~5.0.1",
"expo-payments-stripe": "~5.0.1",
"expo-permissions": "~5.0.1",
"expo-print": "~5.0.1",
"expo-random": "~5.0.1",
"expo-secure-store": "~5.0.1",
"expo-sensors": "~5.0.1",
"expo-sharing": "~5.0.1",
"expo-sms": "~5.0.1",
"expo-speech": "~5.0.2",
"expo-sqlite": "~5.0.1",
"expo-task-manager": "~5.0.1",
"expo-web-browser": "~5.0.3",
"fbemitter": "^2.1.1",
"invariant": "^2.2.2",
"lodash": "^4.6.0",
"lottie-react-native": "2.6.1",
"md5-file": "^3.2.3",
"nullthrows": "^1.1.0",
"pretty-format": "^23.6.0",
"prop-types": "^15.6.0",
"qs": "^6.5.0",
"react-google-maps": "^9.4.5",
"react-native-branch": "2.2.5",
"react-native-gesture-handler": "1.2.1",
"react-native-maps": "0.24.2",
"react-native-reanimated": "1.0.1",
"react-native-screens": "1.0.0-alpha.22",
"react-native-svg": "9.4.0",
"react-native-view-shot": "2.6.0",
"react-native-webview": "5.8.1",
"serialize-error": "^2.1.0",
"unimodules-barcode-scanner-interface": "~2.0.1",
"unimodules-camera-interface": "~2.0.1",
"unimodules-constants-interface": "~2.0.1",
"unimodules-face-detector-interface": "~2.0.1",
"unimodules-file-system-interface": "~2.0.1",
"unimodules-font-interface": "~2.0.1",
"unimodules-image-loader-interface": "~2.0.1",
"unimodules-permissions-interface": "~2.0.1",
"unimodules-sensors-interface": "~2.0.1",
"uuid-js": "^0.7.5"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@types/react": "^16.8.14",
"@types/react-native": "^0.57.46",
"@types/react-test-renderer": "^16.8.1",
"expo-module-scripts": "^1.0.0",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "0.59.8"
},
"gitHead": "f213c9be2a909dae42a0a27d8aa4b9eac8e97be1"
}