mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-12-04 04:01:42 +00:00
35 lines
914 B
JSON
35 lines
914 B
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": {
|
|
"expo": "^34.0.1",
|
|
"expo-asset": "^6.0.0",
|
|
"expo-constants": "^6.0.0",
|
|
"expo-font": "^6.0.1",
|
|
"react": "16.8.3",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
|
|
"react-native-gesture-handler": "^1.3.0",
|
|
"react-native-reanimated": "^1.1.0",
|
|
"react-navigation": "^3.0.9",
|
|
"url-parse": "^1.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-preset-expo": "^5.0.0",
|
|
"eslint": "^6.1.0",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"expo-cli": "^3.0.9",
|
|
"jest-expo": "^32.0.0"
|
|
},
|
|
"private": true
|
|
}
|