mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
67 lines
2.2 KiB
JSON
67 lines
2.2 KiB
JSON
{
|
|
"name": "@react-navigation/example",
|
|
"description": "Demo app to showcase various functionality of React Navigation",
|
|
"version": "5.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"web": "expo start --web",
|
|
"native": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"server": "nodemon -e '.js,.ts,.tsx' --exec \"babel-node -i '/node_modules[/\\](?react-native)/' -x '.web.tsx,.web.ts,.web.js,.tsx,.ts,.js' --config-file ./server/babel.config.js server\"",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^12.0.0",
|
|
"@react-native-async-storage/async-storage": "^1.13.0",
|
|
"@react-native-masked-view/masked-view": "~0.2.4",
|
|
"color": "^3.1.3",
|
|
"expo": "^41.0.1",
|
|
"expo-asset": "~8.3.1",
|
|
"expo-blur": "~9.0.3",
|
|
"expo-linking": "~2.2.3",
|
|
"expo-updates": "~0.5.4",
|
|
"koa": "^2.13.0",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
|
|
"react-native-appearance": "~0.3.3",
|
|
"react-native-gesture-handler": "~1.10.2",
|
|
"react-native-pager-view": "~5.0.12",
|
|
"react-native-paper": "^4.7.2",
|
|
"react-native-reanimated": "~2.1.0",
|
|
"react-native-safe-area-context": "~3.2.0",
|
|
"react-native-screens": "~3.0.0",
|
|
"react-native-tab-view": "^3.0.1",
|
|
"react-native-vector-icons": "^8.1.0",
|
|
"react-native-web": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/node": "^7.13.13",
|
|
"@expo/webpack-config": "~0.12.63",
|
|
"@types/cheerio": "^0.22.28",
|
|
"@types/jest-dev-server": "^4.2.0",
|
|
"@types/koa": "^2.13.1",
|
|
"@types/mock-require": "^2.0.0",
|
|
"@types/node-fetch": "^2.5.9",
|
|
"@types/react": "~16.9.35",
|
|
"@types/react-dom": "~16.9.8",
|
|
"@types/react-native": "~0.63.2",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"babel-preset-expo": "8.3.0",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"expo-cli": "^4.4.4",
|
|
"jest": "^26.6.3",
|
|
"jest-dev-server": "^4.4.0",
|
|
"mock-require": "^3.0.3",
|
|
"mock-require-assets": "^0.0.1",
|
|
"node-fetch": "^2.6.1",
|
|
"nodemon": "^2.0.6",
|
|
"playwright": "^1.10.0",
|
|
"serve": "^11.3.0",
|
|
"typescript": "~4.2.3"
|
|
}
|
|
}
|