mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 08:13:29 +08:00
25 lines
586 B
JSON
25 lines
586 B
JSON
{
|
|
"name": "react-native-paper-docs",
|
|
"version": "0.0.1",
|
|
"description": "Documentation for React Native Paper",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "babel-node index",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"glamor": "^2.19.0",
|
|
"react": "~15.3.2",
|
|
"react-dom": "~15.3.0"
|
|
},
|
|
"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"
|
|
}
|