forked from anish-yadav/workfly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.47 KB
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"gen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.1.5",
"@react-native-community/async-storage": "~1.11.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/picker": "1.6.0",
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"@shopify/restyle": "^1.2.0",
"axios": "^0.20.0",
"date-fns": "^2.16.1",
"expo": "~38.0.8",
"expo-constants": "~9.1.1",
"expo-document-picker": "~8.2.1",
"expo-image-manipulator": "~8.2.1",
"expo-notifications": "~0.3.3",
"expo-permissions": "~9.0.1",
"expo-status-bar": "^1.0.2",
"firebase": "7.9.0",
"formik": "^2.1.5",
"graphql": "^15.3.0",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.1",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-gesture-handler": "~1.6.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^11.5.6",
"react-native-pell-rich-editor": "^1.3.0",
"react-native-reanimated": "~1.9.0",
"react-native-redash": "14.2.4",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-vector-icons": "^7.0.0",
"react-native-web": "~0.11.7",
"react-native-webview": "9.4.0",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"uuidv4": "^6.2.3"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@graphql-codegen/cli": "1.17.8",
"@graphql-codegen/introspection": "1.17.8",
"@graphql-codegen/typescript": "^1.17.9",
"@graphql-codegen/typescript-operations": "1.17.8",
"@graphql-codegen/typescript-react-apollo": "1.17.8",
"@types/imagemin": "^7.0.0",
"@types/imagemin-jpegtran": "^5.0.0",
"@types/imagemin-pngquant": "^8.0.0",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-native": "^0.63.14",
"@types/react-native-vector-icons": "^6.4.5",
"@types/react-redux": "^7.1.9",
"@types/redux-logger": "^3.0.8",
"redux-logger": "^3.0.6",
"typescript": "^4.0.2"
},
"private": true
}