mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-15 10:28:13 +08:00
- Generate a single bundle - Implement routing which works with/without JS - Enable HMR for function components as well as documentation
30 lines
729 B
JSON
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"
|
|
}
|