1{ 2 "name": "native-component-list", 3 "version": "0.0.0", 4 "description": "A list of the various APIs you can use with the Expo client", 5 "author": "Expo", 6 "private": true, 7 "main": "__generated__/AppEntry.js", 8 "scripts": { 9 "postinstall": "expo-yarn-workspaces postinstall", 10 "web:publish": "netlify deploy --dir web-build", 11 "web:serve": "serve ./web-build" 12 }, 13 "powertools": { 14 "group": "client" 15 }, 16 "dependencies": { 17 "@expo/react-native-action-sheet": "^2.0.1", 18 "@react-navigation/web": "^1.0.0-alpha.7", 19 "date-format": "^2.0.0", 20 "eslint": "^5.4.0", 21 "expo": "^33.0.0-alpha.web.0", 22 "expo-cli": "^2.7.1", 23 "expo-processing": "~2.0.0", 24 "expo-three": "^3.0.0-alpha.6", 25 "fbemitter": "^2.1.1", 26 "gl-mat4": "^1.1.4", 27 "hsv2rgb": "^1.1.0", 28 "i18n-js": "^3.1.0", 29 "path": "^0.12.7", 30 "pixi.js": "^4.6.1", 31 "processing-js": "^1.6.6", 32 "prop-types": "^15.6.0", 33 "react": "16.5.0", 34 "react-dom": "16.7.0", 35 "react-native": "0.57.1", 36 "react-native-is-iphonex": "^1.0.1", 37 "react-native-paper": "github:brentvatne/react-native-paper#@brent/fix-bottom-navigation-rn-57", 38 "react-native-platform-touchable": "^1.1.1", 39 "react-native-web": "^0.11.0", 40 "react-navigation": "^3.4.0-rc.0", 41 "react-navigation-header-buttons": "^1.2.1", 42 "react-navigation-material-bottom-tabs": "1.0.0", 43 "regl": "^1.3.0", 44 "three": "^0.88.0", 45 "url": "^0.11.0", 46 "uuid": "^3.1.0", 47 "victory-native": "^30.4.0" 48 }, 49 "devDependencies": { 50 "babel-preset-expo": "^5.1.0", 51 "expo-yarn-workspaces": "^1.0.0", 52 "serve": "^10.1.2" 53 }, 54 "browserslist": [ 55 ">0.2%", 56 "not dead", 57 "not ie <= 11", 58 "not op_mini all" 59 ] 60} 61