mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-15 02:19:24 +08:00
24 lines
652 B
JSON
24 lines
652 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": "^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": "https://github.com/expo/react-native/archive/sdk-18.0.1.tar.gz",
|
|
"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"
|
|
}
|
|
}
|