{ "name": "react-native-paper", "version": "2.15.2", "description": "Material design for React Native", "main": "src/index.js", "typings": "typings/index.d.ts", "files": [ "src/", "dist/", "typings/", "types.js", "babel.js" ], "sideEffects": false, "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": { "flow": "flow", "typescript": "tsc --noEmit --skipLibCheck --jsx react ./__ts-tests__/*", "typescript:generate": "node ./scripts/generate-ts-tests.js", "lint": "eslint .", "test": "jest", "prepare": "node ./scripts/generate-mappings", "release": "release-it", "bootstrap": "yarn && yarn --cwd example && yarn --cwd docs", "docs": "yarn --cwd docs", "example": "yarn --cwd example" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": { "@callstack/react-theme-provider": "^1.0.7", "color": "^2.0.1", "create-react-context": "^0.2.3", "hoist-non-react-statics": "^3.1.0", "react-lifecycles-compat": "^3.0.4", "react-native-safe-area-view": "^0.12.0" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/runtime": "^7.1.2", "@commitlint/config-conventional": "^7.5.0", "@types/react": "^16.4.18", "@types/react-native": "^0.57.7", "all-contributors-cli": "^6.1.1", "babel-cli": "^6.26.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "babel-test": "^0.1.1", "chalk": "^2.4.1", "commitlint": "^7.5.2", "conventional-changelog-cli": "^2.0.11", "dedent": "^0.7.0", "eslint": "^4.19.1", "eslint-config-callstack-io": "^1.1.1", "eslint-plugin-prettier": "^3.0.0", "eslint-plugin-react-native": "^3.5.0", "flow-bin": "~0.78.0", "glob": "^7.1.3", "husky": "^1.3.1", "jest": "^23.6.0", "jest-file-snapshot": "^0.3.2", "metro-react-native-babel-preset": "^0.49.0", "prettier": "^1.14.3", "react": "16.6.0-alpha.8af6728", "react-dom": "16.6.0-alpha.8af6728", "react-native": "~0.57.4", "react-native-testing-library": "^1.5.0", "react-native-vector-icons": "~6.0.2", "react-test-renderer": "16.6.0-alpha.8af6728", "release-it": "^7.6.2", "rimraf": "^2.6.2", "typescript": "^3.1.6" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-vector-icons": "*" }, "resolutions": { "**/babel-core": "7.0.0-bridge.0" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "yarn lint && yarn flow check && yarn typescript && yarn test" } }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "/example/node_modules" ], "watchPathIgnorePatterns": [ "__fixtures__\\/[^/]+\\/(output|error)\\.js" ] }, "greenkeeper": { "ignore": [ "expo", "flow-bin", "react", "react-dom", "react-native", "react-test-renderer" ] } }