Files
react-native-paper/package.json

53 lines
1.3 KiB
JSON

{
"name": "react-native-paper",
"version": "0.0.1",
"description": "",
"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-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-prettier": "^1.7.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.32.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-prettier": "^2.0.1",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-native": "^2.3.2",
"flow-bin": "~0.40.0",
"husky": "^0.14.2",
"prettier": "^1.3.1",
"react": "16.0.0-alpha.6",
"react-native": "~0.43.2",
"react-native-vector-icons": "~4.1.1"
},
"dependencies": {
"color": "^0.11.4",
"prop-types": "^15.5.10",
"react-native-drawer": "^2.3.0"
},
"scripts": {
"precommit": "npm run lint && npm run flow",
"flow": "flow",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
}
}