Files
expo/js/package.json
Adam Miskiewicz 0446ff116e Cleanup __internal__ directories, exp.json -> app.json
fbshipit-source-id: 02b261c0b3
2017-10-15 20:41:30 +00:00

58 lines
1.7 KiB
JSON

{
"name": "exponent-home-oss",
"version": "21.0.0",
"private": true,
"description": "The Expo app",
"main": "exponent.js",
"scripts": {
"test": "jest"
},
"author": "650 Industries",
"license": "Copyright 650 Industries, Inc. All rights reserved.",
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/ex-navigation": "^2.11.1",
"@expo/react-native-action-sheet": "^0.3.0",
"@expo/react-native-fade-in-image": "^1.1.1",
"@expo/react-native-navigator": "^0.5.1",
"@expo/react-native-responsive-image": "^1.2.1",
"@expo/react-native-touchable-native-feedback-safe": "^1.1.1",
"@expo/vector-icons": "~4.0.0",
"apollo-client": "~1.0.3",
"autobind-decorator": "^1.3.2",
"dedent": "^0.7.0",
"es6-error": "^4.0.1",
"expo": "^19.0.0-alpha.0",
"fbemitter": "^2.0.2",
"graphql-tag": "^1.2.1",
"immutable": "^3.8.1",
"jsc-android": "^216113.0.0",
"jwt-decode": "^2.1.0",
"lodash": "^4.17.4",
"mirror-creator": "^1.1.0",
"moment": "^2.14.1",
"path": "^0.12.7",
"prop-types": "^15.5.10",
"querystring": "^0.2.0",
"react": "16.0.0-alpha.12",
"react-apollo": "~1.0.1",
"react-mixin": "^3.0.4",
"react-native": "expo/react-native#exp-latest",
"react-native-button": "^1.7.1",
"react-native-deprecated-custom-components": "^0.1.0",
"react-native-infinite-scroll-view": "^0.4.2",
"react-native-scrollable-mixin": "1.0.1",
"react-native-util": "^1.0.2",
"react-redux": "^5.0.1",
"react-timer-mixin": "^0.13.3",
"redux": "^3.5.1",
"redux-actions": "^0.10.0",
"redux-promise": "^0.6.0-alpha",
"url": "^0.11.0"
},
"devDependencies": {
"jest-expo": "^20.0.0"
}
}