mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 17:13:21 +08:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"eject": "expo eject",
|
|
"web": "gatsby develop",
|
|
"build:web": "gatsby build",
|
|
"serve:web": "gatsby serve"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~38.0.0",
|
|
"gatsby": "^2.17.6",
|
|
"gatsby-image": "^2.2.30",
|
|
"gatsby-plugin-manifest": "^2.2.25",
|
|
"gatsby-plugin-offline": "^3.0.17",
|
|
"gatsby-plugin-react-helmet": "^3.1.13",
|
|
"gatsby-plugin-react-native-web": "^3.0.0-beta.1",
|
|
"gatsby-plugin-sharp": "^2.2.34",
|
|
"gatsby-plugin-typescript": "^2.1.15",
|
|
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
|
|
"gatsby-source-filesystem": "^2.1.35",
|
|
"gatsby-transformer-sharp": "^2.3.1",
|
|
"react": "~16.11.0",
|
|
"react-dom": "~16.11.0",
|
|
"react-helmet": "^5.2.1",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
|
|
"react-native-web": "0.11.7",
|
|
"react-native-web-hooks": "~3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@types/react": "~16.9.41",
|
|
"@types/react-dom": "~16.9.8",
|
|
"@types/react-native": "~0.62.13",
|
|
"typescript": "^3.6.3"
|
|
},
|
|
"private": true
|
|
}
|