Files
react-native-paper/example/package.json
2017-07-19 04:11:22 +05:30

30 lines
783 B
JSON

{
"name": "react-native-paper-example",
"version": "0.0.1",
"description": "Example for React Native Paper",
"author": "",
"private": true,
"scripts": {
"start": "react-native-scripts start",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios"
},
"main": "main.js",
"dependencies": {
"@expo/vector-icons": "^5.0.0",
"color": "^0.11.4",
"escape-string-regexp": "^1.0.5",
"expo": "~18.0.6",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-native": "~0.45.1",
"react-native-drawer": "^2.3.0",
"react-navigation": "^1.0.0-beta.11"
},
"devDependencies": {
"babel-plugin-module-resolver": "^2.7.1",
"babel-preset-expo": "^1.0.1",
"react-native-scripts": "0.0.50"
}
}