mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 00:08:51 +08:00
37 lines
978 B
JSON
37 lines
978 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.3.1",
|
|
"color": "^2.0.1",
|
|
"create-react-context": "^0.2.2",
|
|
"deepmerge": "^2.1.0",
|
|
"expo": "~26.0.0",
|
|
"react": "16.3.0-alpha.1",
|
|
"react-lifecycles-compat": "^3.0.2",
|
|
"react-native": "~0.54.4",
|
|
"react-navigation": "^1.5.11"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^3.1.1",
|
|
"babel-preset-expo": "^4.0.0",
|
|
"glob-to-regexp": "^0.4.0",
|
|
"react-native-scripts": "1.13.1"
|
|
},
|
|
"resolutions": {
|
|
"**/deepmerge": "2.1.0",
|
|
"**/hoist-non-react-statics": "2.5.0",
|
|
"**/react-lifecycles-compat": "3.0.2",
|
|
"**/react": "16.3.0-alpha.1"
|
|
}
|
|
}
|