jellyfin-expo/package.json
2021-02-18 14:21:13 -05:00

67 lines
2.0 KiB
JSON

{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"lint": "eslint \".\"",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.2.6",
"@react-navigation/native": "^5.1.5",
"@react-navigation/stack": "^5.2.10",
"compare-versions": "^3.6.0",
"expo": "^39.0.0",
"expo-asset": "~8.2.0",
"expo-av": "~8.6.0",
"expo-constants": "~9.2.0",
"expo-device": "~2.3.0",
"expo-file-system": "~9.2.0",
"expo-font": "~8.3.0",
"expo-keep-awake": "~8.3.0",
"expo-localization": "~9.0.0",
"expo-screen-orientation": "~2.0.0",
"expo-splash-screen": "~0.6.1",
"expo-status-bar": "~1.0.2",
"expo-web-browser": "~8.5.0",
"i18next": "^19.6.0",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"mobx-sync": "^3.0.0",
"mobx-task": "^2.0.1",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-i18next": "^11.7.0",
"react-lifecycles-compat": "^3.0.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-appearance": "~0.3.3",
"react-native-elements": "^2.3.0",
"react-native-gesture-handler": "~1.7.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-webview": "10.7.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/eslint-parser": "^7.12.1",
"@typescript-eslint/parser": "^4.9.1",
"babel-preset-expo": "^8.3.0",
"eslint": "^7.4.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": "^4.0.8",
"jest-expo": "^39.0.0",
"typescript": "~3.9.2"
},
"private": true
}