mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-17 04:09:48 +08:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "react-native-paper",
|
|
"version": "0.0.6",
|
|
"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-cli": "^6.24.1",
|
|
"babel-eslint": "^7.2.3",
|
|
"babel-preset-flow": "^6.23.0",
|
|
"eslint": "^4.1.1",
|
|
"eslint-config-prettier": "^2.3.0",
|
|
"eslint-plugin-babel": "^4.1.1",
|
|
"eslint-plugin-flowtype": "^2.34.1",
|
|
"eslint-plugin-import": "^2.6.1",
|
|
"eslint-plugin-prettier": "^2.1.2",
|
|
"eslint-plugin-react": "^7.1.0",
|
|
"eslint-plugin-react-native": "^2.3.2",
|
|
"flow-bin": "~0.45.0",
|
|
"husky": "^0.14.2",
|
|
"prettier": "^1.5.2",
|
|
"react": "16.0.0-alpha.12",
|
|
"react-native": "~0.45.1",
|
|
"react-native-vector-icons": "~4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"color": "^0.11.4",
|
|
"prop-types": "^15.5.10",
|
|
"react-native-drawer": "^2.3.0"
|
|
},
|
|
"scripts": {
|
|
"commitmsg": "babel-node ./scripts/validateCommitMessage.js $GIT_PARAMS --presets flow",
|
|
"precommit": "npm run lint && npm run flow",
|
|
"flow": "flow",
|
|
"lint": "eslint .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|