forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 KB
/
package.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@expo/home",
"version": "0.0.1",
"main": "__generated__/AppEntry.js",
"private": true,
"description": "The Expo client app",
"scripts": {
"postinstall": "expo-yarn-workspaces postinstall",
"test": "jest"
},
"author": "650 Industries",
"license": "MIT",
"jest": {
"preset": "jest-expo"
},
"powertools": {
"group": "client"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@expo/react-native-action-sheet": "^0.3.0",
"@expo/react-native-fade-in-image": "^1.1.1",
"@expo/react-native-navigator": "0.5.2",
"@expo/react-native-responsive-image": "^1.2.1",
"@expo/react-native-touchable-native-feedback-safe": "^1.1.1",
"apollo-client": "~1.0.3",
"autobind-decorator": "^1.3.2",
"dedent": "^0.7.0",
"es6-error": "^4.0.1",
"expo": "^33.0.0-alpha.web.1",
"graphql-tag": "^1.2.1",
"immutable": "^3.8.1",
"jwt-decode": "^2.1.0",
"lodash": "^4.17.4",
"prop-types": "^15.6.2",
"querystring": "^0.2.0",
"react": "16.5.0",
"react-apollo": "~1.0.1",
"react-mixin": "^3.0.4",
"react-native": "0.57.1",
"react-native-deprecated-custom-components": "^0.1.0",
"react-native-infinite-scroll-view": "^0.4.5",
"react-navigation": "^3.4.0-rc.0",
"react-navigation-material-bottom-tabs": "1.0.0",
"react-redux": "^5.0.1",
"react-timer-mixin": "^0.13.3",
"redux": "^3.5.1",
"redux-thunk": "^2.2.0",
"sha1": "^1.1.1",
"url": "^0.11.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.1.0",
"hashids": "^1.1.1",
"jest-expo": "^32.0.0",
"node-fetch": "^2.0.0",
"uuid": "^3.0.1"
}
}