{
  "name": "updated-react-native-drag-sort-gridview",
  "title": "React Native Drag Sort Gridview",
  "version": "1.4.4",
  "description": "A draggable and sortable grid view for react native",
  "files": [
    "dist"
  ],
  "main": "dist/commonjs/index",
  "module": "dist/module/index",
  "types": "dist/typescript/index.d.ts",
  "scripts": {
    "lint": "eslint .",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "bob build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sc12070/react-native-drag-sort-gridview.git",
    "baseUrl": "https://github.com/sc12070/react-native-drag-sort-gridview"
  },
  "homepage": "https://github.com/sc12070/react-native-drag-sort-gridview",
  "keywords": [
    "react-native",
    "grid",
    "grid view",
    "sortable",
    "sort",
    "draggable",
    "drag",
    "drog"
  ],
  "author": {
    "name": "Stanley Cheuk"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": ">=0.64.0",
    "react-addons-update": ">=15.6.3",
    "react-native": ">=0.64.0",
    "react-native-reanimated": ">=2.8.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@babel/runtime": "^7.20.7",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/react": "^18.0.26",
    "@types/react-addons-update": "^0.14.21",
    "@types/react-native": "^0.71.0",
    "@typescript-eslint/eslint-plugin": "^5.48.2",
    "@typescript-eslint/parser": "^5.48.2",
    "eslint": "^7.32.0",
    "jest": "^29.3.1",
    "metro-react-native-babel-preset": "^0.74.0",
    "react": "^17.0.2",
    "react-addons-update": "^15.6.3",
    "react-native": "^0.61.5",
    "react-native-builder-bob": "^0.20.3",
    "react-native-reanimated": "^2.14.2",
    "typescript": "^4.9.4"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      [
        "commonjs",
        {
          "configFile": "./babel.config.js"
        }
      ],
      "module",
      "typescript"
    ]
  },
  "dependencies": {
    "bob-the-bundler": "^7.0.1"
  }
}
