mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 14:09:41 +00:00
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"eject": "expo eject",
|
|
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/masked-view": "0.1.6",
|
|
"@react-navigation/bottom-tabs": "^5.2.6",
|
|
"@react-navigation/native": "^5.1.5",
|
|
"@react-navigation/stack": "^5.2.10",
|
|
"expo": "^37.0.0",
|
|
"expo-asset": "~8.1.3",
|
|
"expo-constants": "~9.0.0",
|
|
"expo-device": "~2.1.0",
|
|
"expo-font": "~8.1.0",
|
|
"expo-keep-awake": "~8.1.0",
|
|
"expo-screen-orientation": "~1.0.0",
|
|
"expo-web-browser": "~8.1.0",
|
|
"mobx": "^5.15.4",
|
|
"mobx-react": "^6.2.2",
|
|
"mobx-sync": "^3.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "16.9.0",
|
|
"react-lifecycles-compat": "^3.0.4",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",
|
|
"react-native-elements": "^1.1.0",
|
|
"react-native-gesture-handler": "~1.6.0",
|
|
"react-native-reanimated": "~1.7.0",
|
|
"react-native-safe-area-context": "0.7.3",
|
|
"react-native-screens": "~2.2.0",
|
|
"react-native-webview": "8.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-preset-expo": "^8.1.0",
|
|
"babel-preset-mobx": "^2.0.0",
|
|
"eslint": "^6.1.0",
|
|
"eslint-plugin-eslint-comments": "^3.1.2",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"expo-cli": "^3.18.2",
|
|
"jest-expo": "^37.0.0"
|
|
},
|
|
"private": true
|
|
}
|