mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 08:13:29 +08:00
23 lines
613 B
JSON
23 lines
613 B
JSON
{
|
|
"name": "react-native-paper-example",
|
|
"version": "0.0.1",
|
|
"description": "Example for React Native Paper",
|
|
"author": "",
|
|
"private": true,
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^4.0.0",
|
|
"color": "^0.11.4",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"expo": "~16.0.0",
|
|
"react": "16.0.0-alpha.6",
|
|
"react-native": "git+https://github.com/expo/react-native.git#sdk-16.0.0",
|
|
"react-native-drawer": "^2.3.0",
|
|
"react-navigation": "^1.0.0-beta.9"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^2.7.0",
|
|
"babel-preset-expo": "^1.0.0"
|
|
}
|
|
}
|