mirror of
https://github.com/zhigang1992/examples.git
synced 2026-06-17 02:51:28 +08:00
26 lines
621 B
JSON
26 lines
621 B
JSON
{
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "next dev",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"@expo/next-adapter": "^2.0.0-beta.7",
|
|
"expo": "^35.0.0",
|
|
"next": "^9.1.4",
|
|
"next-fonts": "^0.19.0",
|
|
"next-images": "^1.2.0",
|
|
"next-offline": "^4.0.6",
|
|
"react": "16.8.3",
|
|
"react-dom": "16.8.3",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
|
|
"react-native-web": "^0.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-expo": "^7.1.0"
|
|
},
|
|
"private": true
|
|
}
|