{
  "name": "squashapps-react-native-uikit",
  "version": "0.0.40",
  "author": "arulraj",
  "description": "uikit library for react native projects that uses typescripts",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "check:types": "tsc --noEmit",
    "clean": "cd .. && rm -rf dist && cd packages",
    "build": "tsc",
    "postbuild": "cpy --parents '**/*.json' ../dist/"
  },
  "license": "ISC",
  "keywords": [
    "react",
    "native",
    "react-native-uikit",
    "react-native-ui"
  ],
  "peerDependencies": {
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-native": "0.70.3",
    "react-native-web": "0.18.9"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "cpy-cli": "^3.1.1",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "@react-native-community/clipboard": "1.5.1",
    "@react-native-community/slider": "^4.2.1",
    "moment": "^2.29.4",
    "react-native-animatable": "^1.3.3",
    "react-native-calendars": "1.1293.0",
    "react-native-image-crop-picker": "^0.39.0",
    "react-native-reanimated": "^2.14.4",
    "react-native-safe-area-context": "^4.4.1",
    "react-native-svg": "^13.8.0",
    "react-native-web": "^0.18.12",
    "@react-native-async-storage/async-storage": "^1.17.11"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GarudaHealth/react-native-ui-kit"
  },
  "bugs": {
    "url": "https://github.com/GarudaHealth/react-native-ui-kit/-/issues"
  }
}
