{
  "name": "p-react-native-web",
  "version": "0.2.2",
  "description": "Preact/React Native for Web",
  "main": "dist/index.js",
  "files": [
    "dist",
    "src",
    "!**/__tests__"
  ],
  "scripts": {
    "build": "del ./dist && mkdir dist && babel src -d dist --ignore **/__tests__",
    "build:examples": "build-storybook -o dist-examples -c ./examples/.storybook",
    "build:performance": "cd performance && yarn && webpack",
    "build:umd": "webpack --config webpack.config.js --sort-assets-by --progress",
    "deploy:examples": "git checkout gh-pages && rm -rf ./storybook && mv dist-examples storybook && git add -A && git commit -m \"Storybook deploy\" && git push origin gh-pages && git checkout -",
    "examples": "start-storybook -p 9002 -c ./examples/.storybook --dont-track",
    "fmt": "find performance src -name '*.js' | grep -v -E '(node_modules|dist)' | xargs prettier --print-width=100 --single-quote --write",
    "lint": "eslint performance src --ignore-path .gitignore",
    "release": "npm run build && npm run build:umd && npm publish",
    "test": "npm run lint && npm run test:jest",
    "test:jest": "jest",
    "test:watch": "npm run test:jest -- --watch"
  },
  "dependencies": {
    "animated": "^0.2.0",
    "array-find-index": "^1.0.2",
    "babel-runtime": "^6.23.0",
    "create-react-class": "^15.5.2",
    "debounce": "1.0.2",
    "deep-assign": "^2.0.0",
    "fbjs": "^0.8.12",
    "inline-style-prefixer": "^3.0.3",
    "jss": "^6.5.0",
    "jss-camel-case": "^3.0.0",
    "jss-nested": "^3.0.1",
    "normalize-css-color": "^1.0.2",
    "react-textarea-autosize": "^4.0.4",
    "prop-types": "^15.5.8",
    "react-timer-mixin": "^0.13.3"
  },
  "devDependencies": {
    "@kadira/storybook": "^2.5.1",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.2",
    "babel-loader": "^6.4.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.2",
    "babel-preset-react-native": "^1.9.1",
    "del-cli": "^0.2.1",
    "enzyme": "^2.8.2",
    "enzyme-to-json": "^1.5.1",
    "eslint": "^3.19.0",
    "eslint-config-prettier": "^1.7.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-react": "^6.10.3",
    "file-loader": "^0.11.1",
    "jest": "^19.0.2",
    "node-libs-browser": "^0.5.3",
    "prettier": "^1.3.1",
    "react": "^15.5.4",
    "react-addons-test-utils": "^15.5.1",
    "react-dom": "^15.5.4",
    "react-test-renderer": "^15.5.4",
    "url-loader": "^0.5.8",
    "webpack": "^2.5.0",
    "webpack-bundle-analyzer": "^2.4.0"
  },
  "peerDependencies": {
    "react": "15.4.x || 15.5.x",
    "react-dom": "15.4.x || 15.5.x",
    "preact": ">=6.4.0",
    "preact-compat": ">=3.16.0"
  },
  "author": "Nicolas Gallagher, Phuc PNT.",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "git://github.com/phucpnt/react-native-web.git"
  },
  "tags": [
    "react",
    "preact"
  ],
  "keywords": [
    "preact",
    "react",
    "react-component",
    "react-native",
    "web"
  ],
  "jest": {
    "testEnvironment": "jsdom",
    "timers": "fake",
    "snapshotSerializers": [
      "<rootDir>/node_modules/enzyme-to-json/serializer"
    ]
  }
}
