mirror of
https://github.com/zhigang1992/react-native-hold-menu.git
synced 2026-06-17 23:15:43 +08:00
31 lines
844 B
JSON
31 lines
844 B
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~39.0.2",
|
|
"expo-blur": "~8.2.0",
|
|
"expo-status-bar": "~1.0.2",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz",
|
|
"react-native-gesture-handler": "~1.7.0",
|
|
"react-native-reanimated": "2.0.0-alpha.6.1",
|
|
"react-native-redash": "^15.11.1",
|
|
"react-native-web": "~0.13.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "~7.9.0",
|
|
"@types/react": "~16.9.35",
|
|
"@types/react-dom": "~16.9.8",
|
|
"@types/react-native": "~0.63.2",
|
|
"typescript": "~3.9.5"
|
|
},
|
|
"private": true
|
|
}
|