mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-16 02:44:46 +08:00
33 lines
816 B
JSON
33 lines
816 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",
|
|
"highlight.js": "^9.8.0",
|
|
"history": "^4.4.0",
|
|
"node-watch": "^0.4.1",
|
|
"prism": "^1.0.0",
|
|
"quik": "^0.11.1",
|
|
"react": "~15.3.2",
|
|
"react-dom": "~15.3.0",
|
|
"react-remarkable": "^1.1.1",
|
|
"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"
|
|
}
|