-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
92 lines (92 loc) · 2.96 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest --watch",
"check-types": "tsc",
"lint": "eslint --ext js,jsx,ts,tsx src",
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/netinfo": "4.6.0",
"@react-navigation/drawer": "^5.0.5",
"@react-navigation/native": "^5.0.5",
"@react-navigation/stack": "^5.0.5",
"assert": "^1.4.1",
"buffer": "^5.2.1",
"color": "^3.1.2",
"constants": "^0.0.2",
"crypto": "git+https://github.com/etesync/expo-crypto",
"etebase": "^0.30.0",
"etesync": "^0.3.1",
"expo": "^36.0.0",
"expo-background-fetch": "~8.0.0",
"expo-calendar": "~8.0.0",
"expo-contacts": "~8.0.0",
"expo-random": "~8.0.0",
"expo-secure-store": "^8.0.0",
"expo-task-manager": "~8.0.0",
"expokit": "36.0.0",
"ical.js": "^1.3.0",
"immutable": "^4.0.0-rc.12",
"moment": "^2.24.0",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-appearance": "~0.3.1",
"react-native-etebase": "^0.1.5",
"react-native-gesture-handler": "^1.6.0",
"react-native-get-random-values": "1.4.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-markdown-display": "^6.1.6",
"react-native-paper": "^3.9.0",
"react-native-reanimated": "^1.7.0",
"react-native-rsa-native": "^1.1.3",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.0.0-beta.4",
"react-native-sodium": "^0.3.8",
"react-native-unimodules": "^0.7.0",
"react-native-vector-icons": "^6.6.0",
"react-native-webview": "7.4.3",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-persist-expo-securestore": "^2.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/color": "^3.0.0",
"@types/jest": "^24.0.5",
"@types/node": "^11.9.4",
"@types/node-rsa": "^1.0.0",
"@types/react": "^16.8.23",
"@types/react-native": "^0.57.65",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-redux": "^7.1.1",
"@types/redux": "^3.6.0",
"@types/redux-actions": "^2.3.2",
"@types/redux-logger": "^3.0.7",
"@types/sjcl": "^1.0.28",
"@types/urijs": "^1.15.38",
"@types/uuid": "^3.4.4",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"@typescript-eslint/typescript-estree": "^2.6.1",
"babel-preset-expo": "^7.0.0",
"eslint": "^6.6.0",
"eslint-plugin-react": "^7.16.0",
"jest-expo": "^36.0.0",
"license-checker": "^25.0.1",
"react-test-renderer": "^16.8.6",
"typescript": "^3.9.2"
},
"jest": {
"preset": "jest-expo"
},
"private": true
}