File size: 1,576 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
{
"name": "example-react-native",
"version": "6.38.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"build": "echo \"Error: no build specified\" && exit 0",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest"
},
"dependencies": {
"@ptomasroos/react-native-multi-slider": "2.2.2",
"algoliasearch": "4.11.0",
"expo": "37.0.3",
"prop-types": "15.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-native": "6.38.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-gesture-handler": "1.6.1",
"react-native-modal-dropdown": "0.7.0",
"react-native-reanimated": "1.7.0",
"react-native-router-flux": "4.2.0",
"react-native-screens": "2.2.0",
"react-native-star-rating": "1.1.0",
"react-native-vector-icons": "6.6.0",
"react-native-web": "~0.11.7"
},
"devDependencies": {
"@babel/core": "7.8.6",
"babel-preset-expo": "8.1.0",
"jest-expo": "37.0.0",
"react-test-renderer": "17.0.2"
},
"private": true,
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*|deprecated-react-native-listview|@ptomasroos/react-native-multi-slider)"
]
}
}
|