Files
react-native-paper/package.json
2017-10-02 15:14:59 +02:00

55 lines
1.5 KiB
JSON

{
"name": "react-native-paper",
"version": "0.0.7",
"description": "Material design for React Native",
"main": "src/index.js",
"files": [
"src/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/callstackio/react-native-paper.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/callstackio/react-native-paper/issues"
},
"homepage": "https://github.com/callstackio/react-native-paper#readme",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-vector-icons": "*"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.0",
"eslint": "^4.7.2",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.36.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0",
"flow-bin": "~0.51.0",
"husky": "^0.14.3",
"prettier": "^1.7.0",
"react": "16.0.0-alpha.12",
"react-native": "~0.48.4",
"react-native-vector-icons": "~4.4.0"
},
"dependencies": {
"color": "^0.11.4",
"prop-types": "^15.5.10",
"react-native-drawer": "^2.5.0"
},
"scripts": {
"commitmsg": "node ./scripts/validate-commit-message.js $GIT_PARAMS",
"precommit": "yarn run lint && yarn run flow",
"flow": "flow",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
}
}