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 }, 11 "powertools": { 12 "group": "client" 13 }, 14 "dependencies": { 15 "expo": "^31.0.0", 16 "expo-processing": "1.0.3", 17 "expo-three": "^2.0.3", 18 "gl-mat4": "^1.1.4", 19 "hsv2rgb": "^1.1.0", 20 "path": "^0.12.7", 21 "pixi.js": "^4.6.1", 22 "processing-js": "^1.6.6", 23 "prop-types": "^15.6.0", 24 "react": "16.5.0", 25 "react-native": "0.57.1", 26 "react-native-paper": "github:brentvatne/react-native-paper#@brent/fix-bottom-navigation-rn-57", 27 "react-native-platform-touchable": "^1.1.1", 28 "react-navigation": "3.0.0-rc.2", 29 "react-navigation-header-buttons": "^1.2.1", 30 "react-navigation-material-bottom-tabs": "1.0.0-alpha.4", 31 "regl": "^1.3.0", 32 "three": "^0.88.0", 33 "url": "^0.11.0", 34 "uuid": "^3.1.0", 35 "victory-native": "^30.4.0" 36 }, 37 "devDependencies": { 38 "babel-preset-expo": "^5.0.0" 39 } 40} 41