{ "name": "react-native-paper", "version": "2.1.1", "description": "Material design for React Native", "main": "src/index.js", "typings": "typings/index.d.ts", "files": [ "src/", "dist/", "types.js", "babel.js", "typings/" ], "repository": { "type": "git", "url": "https://github.com/callstack/react-native-paper.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/callstack/react-native-paper/issues" }, "homepage": "https://callstack.github.io/react-native-paper", "keywords": [ "android", "ios", "react native", "component library", "ui kit", "material design", "bootstrap" ], "scripts": { "commitmsg": "node ./scripts/validate-commit-message.js $GIT_PARAMS", "precommit": "yarn lint && yarn flow && yarn typescript && yarn test", "flow": "flow", "typescript": "node ./scripts/generate-ts-tests.js && tsc --noEmit --skipLibCheck --jsx react ./__ts-tests__/*", "lint": "eslint .", "test": "jest", "prepare": "node ./scripts/generate-mappings", "bootstrap": "yarn && yarn --cwd example && yarn --cwd docs" }, "dependencies": { "@callstack/react-theme-provider": "^1.0.4", "color": "^2.0.1", "create-react-context": "^0.2.2", "hoist-non-react-statics": "^2.5.0", "react-lifecycles-compat": "^3.0.4" }, "devDependencies": { "@types/react": "^16.4.14", "@types/react-native": "^0.56.23", "babel-cli": "^6.26.0", "babel-plugin-tester": "^5.0.0", "babel-preset-react-native": "^4.0.0", "eslint": "^4.19.1", "eslint-config-callstack-io": "^1.1.1", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-react-native": "^3.2.1", "flow-bin": "~0.67.1", "glob": "^7.1.3", "husky": "^0.14.3", "jest": "^23.0.0", "prettier": "^1.12.1", "react": "16.3.1", "react-dom": "16.3.1", "react-native": "~0.55.4", "react-native-vector-icons": "~4.6.0", "react-test-renderer": "16.3.1", "rimraf": "^2.6.2", "typescript": "^3.0.3" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-vector-icons": "*" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "/example/node_modules" ] }, "sideEffects": false }