-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.28 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.28 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
{
"name": "plants",
"version": "1.0.4",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.17",
"@react-native-firebase/app": "^14.7.0",
"@react-native-firebase/app-check": "^14.7.0",
"@react-native-firebase/auth": "^14.7.0",
"@react-native-firebase/firestore": "^14.7.0",
"@react-native-firebase/storage": "^14.7.0",
"@react-native-google-signin/google-signin": "^7.0.4",
"@react-navigation/devtools": "^6.0.5",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.5.2",
"@reduxjs/toolkit": "^1.7.1",
"bad-words": "^3.0.4",
"i18n-js": "^3.8.0",
"node-xcs": "^0.1.7",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-devtools": "^4.23.0",
"react-native": "^0.67.1",
"react-native-fs": "^2.18.0",
"react-native-geolocation-service": "^5.3.0-beta.4",
"react-native-image-picker": "^4.7.1",
"react-native-image-resizer": "^1.4.5",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^2.1.7",
"react-native-maps": "^0.29.4",
"react-native-permissions": "^3.2.0",
"react-native-picker-scrollview": "^1.0.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.2",
"react-native-svg": "^9.12.0",
"react-native-uuid": "^2.0.1",
"react-native-vision-camera": "^2.12.0",
"react-native-webview": "^11.18.0",
"react-redux": "^7.2.6",
"validator": "^13.7.0"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/runtime": "^7.16.7",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.42",
"@types/react-native": "^0.67.3",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.14.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "^17.0.2",
"typescript": "^4.6.2"
}
}