mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-12 00:34:38 +08:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "react-native-paper",
|
|
"version": "0.0.8",
|
|
"description": "Material design for React Native",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src/"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+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",
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-vector-icons": "*"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-eslint": "^8.0.2",
|
|
"eslint": "^4.11.0",
|
|
"eslint-config-prettier": "^2.8.0",
|
|
"eslint-plugin-babel": "^4.1.2",
|
|
"eslint-plugin-flowtype": "^2.39.1",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-prettier": "^2.3.1",
|
|
"eslint-plugin-react": "^7.5.1",
|
|
"eslint-plugin-react-native": "^3.2.0",
|
|
"flow-bin": "~0.56.0",
|
|
"husky": "^0.14.3",
|
|
"prettier": "^1.8.2",
|
|
"react": "16.0.0",
|
|
"react-native": "~0.50.3",
|
|
"react-native-vector-icons": "~4.4.2"
|
|
},
|
|
"dependencies": {
|
|
"color": "^2.0.1",
|
|
"deepmerge": "^2.0.1",
|
|
"prop-types": "^15.6.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"
|
|
}
|
|
}
|