mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-10 15:58:52 +08:00
28 lines
640 B
JSON
28 lines
640 B
JSON
{
|
|
"name": "react-native-paper-docs",
|
|
"version": "0.0.1",
|
|
"description": "Documentation for React Native Paper",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "babel-node index",
|
|
"build": "babel-node index build",
|
|
"clean": "del dist/",
|
|
"prestart": "yarn clean"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"del-cli": "^1.1.0",
|
|
"file-loader": "^1.1.11",
|
|
"url-loader": "^1.0.1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color": "^2.0.1",
|
|
"component-docs": "^0.12.3",
|
|
"linaria": "^0.5.0"
|
|
}
|
|
}
|