-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.09 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "doyoumate",
"version": "0.0.1",
"author": "earlgrey02",
"license": "MIT",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-firebase/app": "^20.1.0",
"@react-native-firebase/messaging": "^20.1.0",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/native": "^6.1.10",
"@react-navigation/stack": "^6.3.22",
"axios": "^1.6.7",
"deprecated-react-native-prop-types": "^5.0.0",
"moment": "^2.30.1",
"react": "18.2.0",
"react-content-loader": "^7.0.0",
"react-native": "0.73.4",
"react-native-calendars": "^1.1305.0",
"react-native-error-boundary": "^1.2.4",
"react-native-gesture-handler": "^2.15.0",
"react-native-image-crop-picker": "^0.38.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal": "^13.0.1",
"react-native-permissions": "^4.1.5",
"react-native-reanimated": "^3.7.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "^4.9.0",
"react-native-safearea-height": "^1.0.6",
"react-native-screens": "^3.29.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^15.3.0",
"react-native-vector-icons": "^10.0.3",
"react-query": "^3.39.3",
"react-redux": "^9.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@reduxjs/toolkit": "^2.2.1",
"@types/react": "^18.2.6",
"@types/react-native-snap-carousel": "^3.8.11",
"@types/react-native-vector-icons": "^6.4.18",
"eslint": "^8.19.0",
"eslint-config-prettier": "^9.1.0",
"patch-package": "^8.0.0",
"prettier": "2.8.8",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}