This repository was archived by the owner on Sep 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.67 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.67 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
{
"name": "@chillandchat/mobile",
"version": "1.16.2",
"author": "Alvin cheng <eventide1029@gmail.com>",
"license": "MIT",
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "echo 'Staring Metro...' && expo start",
"ios": "echo 'Starting iOS...' && expo run:ios",
"eject": "echo 'Ejecting...' && expo prebuild",
"build": "echo 'Building and publishing...' && eas build -p ios && eas submit --latest -p ios",
"fix": "echo 'Fixing dependencies...' && expo-cli doctor --fix-dependencies",
"format": "echo 'Formatting code...' && prettier --write ."
},
"repository": {
"type": "git",
"url": "https://github.com/chillandchat/mobile.git"
},
"dependencies": {
"@expo/config-plugins": "~6.0.0",
"@expo/prebuild-config": "~6.0.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/netinfo": "9.3.7",
"@react-navigation/bottom-tabs": "^6.5.6",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.9.7",
"@react-navigation/stack": "^6.0.11",
"axios": "0.25.0",
"buffer": "^6.0.3",
"dotenv": "^16.0.1",
"expo": "48.0.0",
"expo-av": "~13.2.1",
"expo-barcode-scanner": "~12.3.2",
"expo-checkbox": "~2.3.1",
"expo-clipboard": "~4.1.2",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.2.1",
"expo-device": "~5.2.1",
"expo-file-system": "~15.2.2",
"expo-font": "~11.1.1",
"expo-haptics": "~12.2.1",
"expo-image-picker": "~14.1.1",
"expo-notifications": "~0.18.1",
"expo-speech": "~11.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.16.4",
"hex-rgb": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-get-random-values": "~1.8.0",
"react-native-jsx-parser": "^1.0.0",
"react-native-qrcode-svg": "^6.1.2",
"react-native-quick-base64": "^2.0.6",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.7",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"socket.io-client": "^4.4.1",
"typescript": "^4.6.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/axios": "^0.14.0",
"@types/expo": "^33.0.1",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/react-native-dotenv": "^0.2.0",
"@types/redux": "^3.6.0",
"@types/socket.io-client": "^3.0.0",
"@types/uuid": "^8.3.4",
"babel-plugin-transform-inline-environment-variables": "^0.4.4"
},
"private": false
}