-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.99 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.99 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"scripts": {
"prestart": "./verify-checksums.sh",
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watch --coverage=false --changedSince=origin/master",
"testDebug": "jest -o --watch --coverage=false",
"testFinal": "jest",
"updateSnapshots": "jest -u --coverage=false"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
]
},
"dependencies": {
"@expo/vector-icons": "^12.0.5",
"@react-native-async-storage/async-storage": "^1.15.8",
"@react-native-community/masked-view": "0.1.10",
"@react-native-firebase/app": "17.5.0",
"@react-native-firebase/auth": "^11.2.0",
"@react-native-firebase/firestore": "^11.2.0",
"@react-native-firebase/storage": "^11.2.0",
"@react-navigation/bottom-tabs": "^6.4.1",
"@react-navigation/material-bottom-tabs": "^5.1.6",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"@types/react-native-check-box": "^2.1.1",
"@types/react-native-snap-carousel": "^3.8.5",
"axios": "^0.21.1",
"babel-plugin-inline-import": "^3.0.0",
"expo": "^39.0.0",
"expo-application": "~2.3.0",
"expo-constants": "~9.2.0",
"expo-device": "~2.3.0",
"expo-image-manipulator": "~8.3.0",
"expo-location": "~9.0.0",
"expo-splash-screen": "^0.6.2",
"expo-status-bar": "~1.0.2",
"expo-updates": "~0.3.2",
"formik": "^2.1.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.3",
"react-native-app-intro-slider": "^4.0.4",
"react-native-camera": "^4.2.1",
"react-native-camera-hooks": "^0.5.3",
"react-native-check-box": "^2.1.7",
"react-native-device-info": "^8.3.3",
"react-native-elements": "^3.4.2",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "~1.7.0",
"react-native-map-clustering": "^3.4.2",
"react-native-maps": "^0.27.1",
"react-native-modal": "^13.0.1",
"react-native-paper": "^2.2.2 || ^3.0.0",
"react-native-picker-select": "^6.6.0",
"react-native-radio-buttons-group": "^3.0.2",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "^3.1.4",
"react-native-screens": "~2.10.1",
"react-native-sensors": "^7.3.5",
"react-native-sha256": "^1.4.9",
"react-native-snap-carousel": "^3.9.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "12.3.0",
"react-native-tip": "^0.0.18",
"react-native-unimodules": "~0.11.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.7",
"react-native-xml2js": "^1.0.3",
"react-navigation-material-bottom-tabs": "^2.3.4",
"rn-tooltip": "^3.0.3",
"uuid": "^3.4.0",
"xml-js": "^1.6.11",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/jest": "^27.0.2",
"@types/react": "^16.9.56",
"@types/react-native": "^0.63.55",
"@types/react-test-renderer": "^17.0.1",
"@types/uuid": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"babel-jest": "~25.2.6",
"babel-preset-expo": "^8.3.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-react": "^7.19.0",
"jest": "^25.5.4",
"jest-expo": "^39.0.0",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "^16.11.0",
"ts-jest": "^27.0.7",
"typescript": "~3.9.2"
},
"private": true,
"name": "iseaTree-reactnative",
"version": "1.0.0"
}