-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.72 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
{
"name": "umm",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^18.1.3",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.0",
"browserslist": "^4.21.4",
"dotenv": "^16.0.2",
"expo": "^49.0.13",
"expo-image-picker": "~14.0.2",
"expo-status-bar": "~1.4.2",
"express": "^4.18.1",
"firebase": "^9.6.11",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.11.3",
"nodemailer": "6.9.1",
"nodemon": "2.0.20",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"socket.io-client": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true,
"description": "<p align=\"center\"> <a href=\"https://www.instagram.com/ummdotco\"> <img alt=\"umm\" src=\"https://raw.githubusercontent.com/ummdotorg/umm/main/assets/icon.png\" width=\"60\" /> </a> </p> <h1 align=\"center\"> Umm </h1>",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UmmHQ/UmmApp.git"
},
"keywords": [
"Umm"
],
"author": "Supriyo Mal",
"license": "ISC",
"bugs": {
"url": "https://github.com/UmmHQ/UmmApp/issues"
},
"homepage": "https://github.com/UmmHQ/UmmApp#readme"
}