-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.69 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"format": "prettier --write screens/**/*.js"
},
"dependencies": {
"@awrminkhodaei/react-native-horizontal-datepicker": "^0.1.6",
"@react-navigation/native": "^6.1.4",
"@react-navigation/native-stack": "^6.9.10",
"@reduxjs/toolkit": "^1.9.2",
"axios": "^1.6.4",
"date-fns": "^3.1.0",
"deprecated-react-native-prop-types": "^4.0.0",
"eslint-plugin-react-native": "^4.1.0",
"expo": "^49.0.0",
"expo-av": "~13.4.1",
"expo-background-fetch": "~11.3.0",
"expo-camera": "~13.4.4",
"expo-file-system": "~15.4.5",
"expo-image-picker": "~14.3.2",
"expo-location": "~16.1.0",
"expo-media-library": "~15.4.1",
"expo-notifications": "~0.20.1",
"expo-secure-store": "~12.3.1",
"expo-sensors": "~12.3.0",
"expo-status-bar": "~1.6.0",
"expo-web-browser": "~12.3.2",
"firebase": "^9.15.0",
"lint": "^0.8.19",
"loadash": "^1.0.0",
"lottie-react-native": "^5.1.5",
"moment-jalaali": "^0.9.6",
"prettier": "^3.1.1",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-image-slider-box": "^2.0.7",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-redux": "^8.0.5",
"expo-device": "~5.4.0",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.12"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2"
},
"private": true,
"name": "react_native_scaffolding",
"version": "1.0.0"
}