-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.95 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.95 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
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"resolutions": {
"react-devtools-core": "4.14.0"
},
"dependencies": {
"@azure/storage-blob": "^12.9.0",
"@expo/vector-icons": "^13.0.0",
"@react-native-community/hooks": "^2.6.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"@react-navigation/stack": "^6.1.1",
"apisauce": "^2.1.5",
"body-parser": "^1.19.2",
"depcheck": "^1.4.3",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"expo": "^45.0.0",
"expo-cli": "^5.4.4",
"expo-constants": "~13.1.1",
"expo-image-picker": "~13.1.1",
"expo-permissions": "~13.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.1",
"express": "^4.17.3",
"file-to-array-buffer": "^1.0.0",
"formik": "^2.2.9",
"fs": "^0.0.1-security",
"install": "^0.13.0",
"mongodb": "^4.4.0",
"mongoose": "^6.2.3",
"multer": "^1.4.4",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-native": "^0.68.2",
"react-native-dynamic-search-bar": "^2.0.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.2.1",
"react-native-image-crop-picker": "^0.37.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-share": "^7.3.7",
"react-native-simple-toast": "^1.1.3",
"react-native-spinkit": "^1.5.1",
"react-native-web": "0.17.7",
"rn-nodeify": "^10.3.0",
"uuid": "^8.3.2",
"yarn": "^1.22.19",
"yup": "^0.32.11"
},
"peerDependencies": {
"@freakycoder/react-native-bounceable": ">= 0.2.2",
"react-native-animated-spinkit": "^1.4.1",
"react-native-dynamic-vector-icons": "github:WrathChaos/react-native-dynamic-vector-icons#expo"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.5"
},
"private": true,
"name": "messmenu",
"description": "> Menu App for nearby Restaurants & They will be updated as per requirement.",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/DBRajput/MessMenu.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DBRajput/MessMenu/issues"
},
"homepage": "https://github.com/DBRajput/MessMenu#readme"
}