mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 17:13:21 +08:00
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"dependencies": {
|
|
"expo": "~37.0.3",
|
|
"react": "~16.9.0",
|
|
"react-dom": "~16.9.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
|
"react-native-web": "~0.11.7",
|
|
"tailwind-rn": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.6"
|
|
}
|
|
}
|