Files
react-native-paper/package.json
Satyajit Sahoo 0c84a871a6 Add docs generator (#75)
* docs: start working on docs generator

* docs: add a sidebar listing components

* docs: use next/css instead of styled components

* docs: properly setup routing

* refactor: rework styling

* docs: improve props styling

* chore: fix flow errors

* chore: styling tweaks
2016-11-21 15:08:32 +02:00

56 lines
1.4 KiB
JSON

{
"name": "react-native-paper",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"scripts": {
"flow": "flow",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1",
"docs:generate": "babel-node docs/index.js",
"docs:dev": "cd docs && next"
},
"files": [
"src/"
],
"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": "*",
"react-native-vector-icons": "*"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"del": "^2.2.2",
"eslint": "^3.9.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.6.0",
"eslint-plugin-react-native": "^2.0.0",
"flow-bin": "^0.33.0",
"next": "^1.1.2",
"react": "~15.3.2",
"react-docgen": "^2.12.1",
"react-dom": "^15.4.0",
"react-native": "~0.37.0",
"react-native-vector-icons": "~3.0.0"
},
"dependencies": {
"color": "^0.11.4",
"react-native-drawer": "^2.3.0"
}
}