{
  "name": "@nativestudios/creace-ui",
  "version": "0.0.38",
  "description": "The UI for creace",
  "keywords": [
    "creace",
    "ui"
  ],
  "author": "Christopher Wünschmann <wuenschmann@native-studios.com>",
  "homepage": "https://creace.io",
  "license": "ISC",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "typings": "typings"
  },
  "files": [
    "lib",
    "typings"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/nativestudiosug/sdk.git"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.19",
    "@fortawesome/free-solid-svg-icons": "^5.9.0",
    "@fortawesome/react-native-fontawesome": "^0.1.0",
    "@nativestudios/creace-core": "^0.0.21",
    "react-native-image-cache-hoc": "^2.0.0",
    "react-native-markdown-renderer": "^3.2.8",
    "react-native-modal-selector": "^1.1.1"
  },
  "peerDependencies": {
    "@react-native-community/cameraroll": "*",
    "react": "*",
    "react-native": "*",
    "react-native-share": "*",
    "react-native-video": "*"
  },
  "scripts": {
    "clean": "rm -rf lib/",
    "build": "npm run clean && babel src/ -d lib/",
    "prepublishOnly": "npm run build"
  },
  "gitHead": "c27ecdd3afe6fbd98dec6939042712cec2cda933"
}
