-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.19 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
{
"name": "QuestionAnswer",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"moment": "^2.23.0",
"moment-timezone": "^0.5.23",
"path": "^0.12.7",
"react": "16.6.3",
"react-moment": "^0.8.4",
"react-native": "0.57.8",
"react-native-fast-image": "^5.1.2",
"react-native-firebase": "^5.2.0",
"react-native-gesture-handler": "^1.0.12",
"react-native-gifted-chat": "^0.6.0",
"react-native-image-crop-picker": "^0.21.3",
"react-native-image-picker": "^0.28.0",
"react-native-image-picker-form": "^0.2.5",
"react-native-material-bottom-navigation": "^1.0.2",
"react-native-paper": "^2.4.0",
"react-native-user-avatar": "^1.0.3",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "^3.0.9",
"react-navigation-material-bottom-tabs": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"prettier-eslint": "^8.8.2",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}