-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.91 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
60
61
62
63
64
65
66
67
68
{
"name": "cool-home",
"version": "0.1.1",
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@expo/webpack-config": "^0.8.0",
"@react-navigation/bottom-tabs": "^5.0.0-alpha.14",
"@react-navigation/core": "^5.0.0-alpha.17",
"@react-navigation/native": "^5.0.0-alpha.13",
"@react-navigation/routers": "^5.0.0-alpha.9",
"@react-navigation/stack": "^5.0.0-alpha.20",
"@types/facebook-js-sdk": "^3.3.0",
"@types/jest": "24.0.19",
"@types/node": "12.11.5",
"@types/ramda": "^0.26.33",
"@types/react": "^16.9.9",
"@types/react-dom": "16.9.2",
"apollo-client": "2.6.3",
"aws-amplify": "^2.2.0",
"aws-appsync": "^3.0.2",
"babel-preset-expo": "^7.0.0",
"expo": "^35.0.0",
"expo-cli": "^3.4.1",
"graphql-tag": "^2.10.1",
"ramda": "^0.26.1",
"react": "16.11.0",
"react-dom": "16.10.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-gesture-handler": "~1.4.1",
"react-native-reanimated": "^1.4.0",
"react-native-safe-area-context": "^0.5.0",
"react-native-screens": "^2.0.0-alpha.5",
"react-native-web": "^0.11.7",
"react-scripts": "3.2.0",
"typescript": "^3.4.5"
},
"scripts": {
"start:web": "expo start --web",
"test": "node_modules/.bin/jest",
"build": "yarn expo build:web"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@apollo/react-testing": "^3.1.3",
"@testing-library/jest-dom": "^4.1.2",
"@testing-library/react": "^9.3.2",
"@types/react-native": "^0.60.21",
"jest-expo": "^35.0.0"
},
"resolutions": {
"apollo-client": "2.6.3",
"expo-cli/**/webpack": "4.39.0"
},
"jest": {
"preset": "jest-expo/web"
}
}