-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 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
{
"name": "sardonyx",
"description": "A mobile client for Sardonyx",
"version": "1.0.1",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"devDependencies": {
"jest-expo": "^33.0.0",
"metro-react-native-babel-preset": "^0.53.1",
"react-native-dotenv": "^0.2.0",
"react-test-renderer": "16.3.1"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@bmewburn/turndown": "^5.0.3",
"expo": "^33.0.7",
"expo-constants": "^5.0.1",
"expo-font": "^5.0.1",
"expo-secure-store": "^5.0.1",
"moment": "^2.24.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^1.1.0",
"react-native-htmlview": "0.14.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-paper": "^2.16.0",
"react-native-snap-carousel": "^3.8.0",
"react-navigation": "^3.11.1",
"react-navigation-material-bottom-tabs": "^1.0.0",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-persist": "^5.10.0",
"socket.io-client": "^2.2.0",
"react-navigation-drawer": "^2.0.0"
}
}