{
  "name": "@draftbit/web",
  "version": "40.29.3",
  "description": "Draftbit UI Library",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.tsx",
  "source": "src/index.tsx",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "draftbit-ui.podspec"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "build": "bob build",
    "set-up-hooks": "mkdir -p ../.git/hooks && cp -v ../../hooks/* ../../.git/hooks",
    "prepare": "if [ -z \"$CI\" ]; then yarn set-up-hooks; fi",
    "format": "git diff --relative --name-only | rg '.*.(tsx|ts|js|json|mdd)$' | xargs yarn prettier --write",
    "upload-component-defs": "node scripts/collector.js"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/draftbit/react-native-jigsaw",
  "author": "Draftbit <services@draftbit.com> (https://draftbit.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/draftbit/react-native-jigsaw/issues"
  },
  "homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
  "dependencies": {
    "@date-io/date-fns": "^1.3.13",
    "@draftbit/react-theme-provider": "^2.1.1",
    "@material-ui/core": "^4.11.0",
    "@material-ui/pickers": "^3.2.10",
    "@react-native-community/slider": "~3.0.3",
    "color": "^3.1.2",
    "date-fns": "^2.16.1",
    "dateformat": "^3.0.3",
    "expo-yarn-workspaces": "^1.3.0",
    "react-native-safe-area-context": "3.1.9",
    "react-native-typography": "^1.4.1"
  },
  "devDependencies": {
    "@react-native-community/bob": "^0.16.2",
    "@react-native-community/datetimepicker": "~3.0.0",
    "@react-native-community/eslint-config": "^2.0.0",
    "@react-native-community/picker": "~1.6.6",
    "@types/color": "^3.0.1",
    "@types/dateformat": "^3.0.1",
    "@types/react": "^16.9.36",
    "@types/react-native": "^0.63.40",
    "dotenv": "^8.2.0",
    "glob": "^7.1.6",
    "json-server": "^0.16.3",
    "lint-staged": "^10.5.3",
    "node-fetch": "^2.6.0",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-native": "~0.63.2",
    "react-native-svg": "~12.1.0",
    "typescript": "~4.2.3"
  },
  "scriptDependencies": {
    "dotenv": "^8.2.0",
    "glob": "^7.1.6",
    "node-fetch": "^2.6.0"
  },
  "peerDependencies": {
    "@react-native-community/datetimepicker": "~3.0.0",
    "@react-native-community/picker": "~1.6.6",
    "react": "*",
    "react-native": "*",
    "react-native-svg": "~12.1.0"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}