mirror of
https://github.com/zhigang1992/examples.git
synced 2026-06-11 07:44:14 +08:00
17 lines
428 B
JSON
17 lines
428 B
JSON
{
|
|
"dependencies": {
|
|
"expo": "~38.0.0",
|
|
"preact": "10.4.1",
|
|
"preact-responder-event-plugin": "1.0.16",
|
|
"react": "~16.11.0",
|
|
"react-dom": "~16.11.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
|
|
"react-native-web": "0.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@expo/webpack-config": "0.12.0",
|
|
"webpack-bundle-analyzer": "3.7.0"
|
|
}
|
|
}
|