-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.49 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
69
70
71
72
73
74
75
76
77
78
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"format": "prettier --write \"**/*.{js,json,md}\"",
"lint": "eslint",
"test": "jest"
},
"private": true,
"dependencies": {
"@apollo/client": "3.7.1",
"@expo/vector-icons": "12.0.5",
"@react-native-community/masked-view": "0.1.11",
"@react-native-community/viewpager": "4.2.4",
"apollo-boost": "0.4.9",
"apollo-cache-inmemory": "1.6.6",
"apollo-cache-persist": "0.1.1",
"apollo-link": "1.2.14",
"apollo-link-context": "1.0.20",
"apollo-link-http": "1.5.17",
"apollo-link-ws": "1.0.20",
"apollo-upload-client": "14.1.3",
"apollo-utilities": "1.3.4",
"common-tags": "1.8.2",
"expo": "40.0.1",
"expo-app-loading": "1.3.0",
"expo-cli": "3.28.6",
"expo-constants": "9.3.5",
"expo-font": "8.4.0",
"expo-image-picker": "9.2.1",
"expo-permissions": "10.0.0",
"faker": "5.5.3",
"global": "4.4.0",
"graphql": "15.8.0",
"graphql-subscriptions": "1.2.1",
"graphql-tag": "2.12.6",
"graphql-tools": "7.0.5",
"jest-expo": "40.0.2",
"lodash": "4.17.21",
"native-base": "2.13.14",
"prop-types": "15.8.1",
"react": "16.13.1",
"react-adopt": "0.6.0",
"react-apollo": "3.1.5",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-device-detection": "0.2.1",
"react-native-easy-grid": "0.2.2",
"react-native-gesture-handler": "1.10.3",
"react-native-reanimated": "1.13.4",
"react-native-safe-area-context": "3.4.1",
"react-native-screens": "2.18.1",
"react-native-style-tachyons": "4.2.3",
"react-native-swipeable": "0.6.0",
"react-navigation": "4.0.10",
"react-navigation-stack": "2.10.4",
"subscriptions-transport-ws": "0.11.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-flow-strip-types": "7.19.0",
"@babel/plugin-transform-runtime": "7.19.6",
"@testing-library/jest-native": "3.4.3",
"@testing-library/react-native": "7.2.0",
"babel-eslint": "10.1.0",
"babel-plugin-inline-import": "3.0.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.10",
"husky": "4.3.8",
"lint-staged": "10.5.4",
"msw": "0.38.2",
"node-fetch": "2.6.7",
"prettier": "2.7.1",
"react-test-renderer": "17.0.2"
}
}