mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 14:09:41 +00:00
111 lines
3.4 KiB
JSON
111 lines
3.4 KiB
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo-cli start",
|
|
"android": "expo-cli start --android",
|
|
"ios": "expo-cli start --ios",
|
|
"eject": "expo-cli eject",
|
|
"lint": "eslint \".\"",
|
|
"test": "jest --watchAll"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo",
|
|
"setupFiles": [
|
|
"./jest.setup.js"
|
|
],
|
|
"setupFilesAfterEnv": [
|
|
"@testing-library/jest-native/extend-expect"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|normalize-url)"
|
|
],
|
|
"collectCoverage": true,
|
|
"collectCoverageFrom": [
|
|
"**/*.{js,jsx,ts,tsx}",
|
|
"!**/coverage/**",
|
|
"!**/node_modules/**",
|
|
"!**/babel.config.js",
|
|
"!**/metro.config.js",
|
|
"!**/jest.setup.js"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"iOS > 11",
|
|
"Android >= 5"
|
|
],
|
|
"dependencies": {
|
|
"@jellyfin/sdk": "^0.7.0",
|
|
"@react-native-async-storage/async-storage": "~1.17.3",
|
|
"@react-native-community/masked-view": "0.1.10",
|
|
"@react-navigation/bottom-tabs": "^6.0.7",
|
|
"@react-navigation/native": "^6.0.4",
|
|
"@react-navigation/native-stack": "^6.5.0",
|
|
"@react-navigation/stack": "^6.0.9",
|
|
"compare-versions": "^3.6.0",
|
|
"expo": "^45.0.0",
|
|
"expo-asset": "~8.5.0",
|
|
"expo-av": "~11.2.3",
|
|
"expo-constants": "~13.1.1",
|
|
"expo-device": "~4.2.0",
|
|
"expo-file-system": "~14.0.0",
|
|
"expo-font": "~10.1.0",
|
|
"expo-keep-awake": "~10.1.1",
|
|
"expo-localization": "~13.0.0",
|
|
"expo-screen-orientation": "~4.2.0",
|
|
"expo-splash-screen": "~0.15.1",
|
|
"expo-status-bar": "~1.3.0",
|
|
"expo-web-browser": "~10.2.1",
|
|
"i18next": "^21.2.4",
|
|
"mobx": "^5.15.4",
|
|
"mobx-react-lite": "^2.2.2",
|
|
"mobx-sync-lite": "^3.1.0",
|
|
"mobx-task": "^2.0.1",
|
|
"normalize-url": "^7.0.2",
|
|
"prop-types": "^15.7.2",
|
|
"react": "17.0.2",
|
|
"react-i18next": "^11.7.0",
|
|
"react-lifecycles-compat": "^3.0.4",
|
|
"react-native": "0.68.2",
|
|
"react-native-elements": "^3.4.2",
|
|
"react-native-gesture-handler": "~2.2.1",
|
|
"react-native-get-random-values": "~1.8.0",
|
|
"react-native-reanimated": "~2.8.0",
|
|
"react-native-safe-area-context": "4.2.4",
|
|
"react-native-screens": "~3.11.1",
|
|
"react-native-url-polyfill": "^1.3.0",
|
|
"react-native-webview": "11.18.1",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/eslint-parser": "^7.12.1",
|
|
"@testing-library/jest-native": "^4.0.0",
|
|
"@testing-library/react-native": "^7.2.0",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/react": "~17.0.21",
|
|
"@types/uuid": "^8.3.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"babel-preset-expo": "~9.1.0",
|
|
"domexception": "^4.0.0",
|
|
"eslint": "^7.4.0",
|
|
"eslint-plugin-compat": "^3.9.0",
|
|
"eslint-plugin-eslint-comments": "^3.1.2",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-jest": "^24.1.5",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"eslint-plugin-react-native": "^3.10.0",
|
|
"expo-cli": "^6.0.6",
|
|
"jest": "^26.6.3",
|
|
"jest-expo": "^45.0.0",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"node-abort-controller": "^3.0.1",
|
|
"typescript": "~4.3.5"
|
|
},
|
|
"private": true,
|
|
"engines": {
|
|
"yarn": "YARN NO LONGER USED - use npm instead."
|
|
}
|
|
}
|