mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-13 01:28:13 +08:00
37 lines
923 B
JSON
37 lines
923 B
JSON
{
|
|
"name": "react-native-paper",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"flow": "flow",
|
|
"lint": "eslint .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ahmedlhanafy/react-native-paper.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ahmedlhanafy/react-native-paper/issues"
|
|
},
|
|
"homepage": "https://github.com/ahmedlhanafy/react-native-paper#readme",
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.0.0",
|
|
"eslint": "^3.8.1",
|
|
"eslint-plugin-babel": "^3.3.0",
|
|
"eslint-plugin-import": "^2.0.1",
|
|
"eslint-plugin-react": "^6.4.1",
|
|
"eslint-plugin-react-native": "^2.0.0",
|
|
"flow-bin": "^0.32.0",
|
|
"react": "latest",
|
|
"react-native": "latest"
|
|
}
|
|
}
|