Files
react-native-paper/example/package.json
2017-11-27 01:29:42 +05:30

34 lines
837 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": "App.js",
"dependencies": {
"@expo/vector-icons": "^6.2.0",
"color": "^2.0.1",
"deepmerge": "^2.0.1",
"expo": "~23.0.2",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "~0.50.3",
"react-navigation": "^1.0.0-beta.21"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.0.0",
"babel-preset-expo": "^4.0.0",
"glob-to-regexp": "^0.3.0",
"react-native-scripts": "1.7.0"
},
"resolutions": {
"**/deepmerge": "2.0.1",
"**/prop-types": "15.6.0"
}
}