-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.91 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.91 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
{
"name": "TimePrevision",
"version": "0.0.1",
"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.17.4",
"@react-native-community/cli-platform-android": "^7.0.1",
"@react-native-community/geolocation": "^2.1.0",
"@react-native-firebase/app": "^14.9.3",
"@react-native-picker/picker": "^2.4.1",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/material-top-tabs": "^6.2.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"axios": "^0.26.1",
"firebase": "^9.6.10",
"hermes-engine": "^0.5.2-rc1",
"lottie-react-native": "^5.0.1",
"moti": "^0.17.1",
"react": "17.0.2",
"react-native": "0.68.1",
"react-native-geolocation-service": "^5.3.0-beta.4",
"react-native-linear-gradient": "^2.5.6",
"react-native-location": "^2.5.0",
"react-native-pager-view": "^5.4.15",
"react-native-permissions": "^3.3.1",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "^4.2.5",
"react-native-screens": "^3.13.1",
"react-native-svg": "^12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^9.1.0",
"react-native-webview": "^11.18.1",
"react-style-proptype": "^3.2.2",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/runtime": "^7.17.9",
"@react-native-community/eslint-config": "^3.0.1",
"babel-jest": "^27.5.1",
"eslint": "^8.13.0",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.70.1",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}