mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 00:08:51 +08:00
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "react-native-paper",
|
|
"version": "1.4.0",
|
|
"description": "Material design for React Native",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src/",
|
|
"dist/",
|
|
"babel.js"
|
|
],
|
|
"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",
|
|
"scripts": {
|
|
"commitmsg": "node ./scripts/validate-commit-message.js $GIT_PARAMS",
|
|
"precommit": "yarn lint && yarn flow && yarn test",
|
|
"flow": "flow",
|
|
"lint": "eslint .",
|
|
"test": "jest",
|
|
"prepare": "node ./scripts/generate-mappings",
|
|
"bootstrap": "yarn && yarn --cwd example && yarn --cwd docs"
|
|
},
|
|
"dependencies": {
|
|
"color": "^2.0.1",
|
|
"create-react-context": "^0.2.2",
|
|
"deepmerge": "^2.1.0",
|
|
"hoist-non-react-statics": "^2.5.0",
|
|
"react-lifecycles-compat": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-plugin-tester": "^5.0.0",
|
|
"babel-preset-react-native": "^4.0.0",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-callstack-io": "^1.1.1",
|
|
"eslint-plugin-prettier": "^2.6.0",
|
|
"eslint-plugin-react-native": "^3.2.1",
|
|
"flow-bin": "~0.65.0",
|
|
"husky": "^0.14.3",
|
|
"jest": "^22.4.3",
|
|
"prettier": "^1.12.1",
|
|
"react": "16.3.0-alpha.1",
|
|
"react-dom": "16.3.0-alpha.1",
|
|
"react-native": "~0.54.4",
|
|
"react-native-vector-icons": "~4.6.0",
|
|
"react-test-renderer": "16.3.0-alpha.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"modulePathIgnorePatterns": [
|
|
"<rootDir>/example/node_modules"
|
|
]
|
|
}
|
|
}
|