Files
react-native-paper/docs/package.json
Satyajit Sahoo 01850e1bb7 docs: improvements to docs generation
- Generate a single bundle
- Implement routing which works with/without JS
- Enable HMR for function components as well as documentation
2016-11-23 16:56:53 +05:30

30 lines
729 B
JSON

{
"name": "react-native-paper-docs",
"version": "0.0.1",
"description": "Documentation for React Native Paper",
"private": true,
"scripts": {
"dev": "babel-node index",
"build": "babel-node index build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"glamor": "^2.19.0",
"history": "^4.4.0",
"node-watch": "^0.4.1",
"quik": "^0.11.1",
"react": "~15.3.2",
"react-dom": "~15.3.0",
"redbox-react": "^1.3.3"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"react-docgen": "^2.12.1"
},
"author": "",
"license": "MIT"
}