-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "helpdesk",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"server": "json-server --watch db.json --host 10.0.2.16",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.8.0",
"@types/json-server": "^0.14.4",
"cocoapods": "^0.0.0",
"expo": "~46.0.3",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"json-server": "^0.17.0",
"native-base": "^3.4.13",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.4",
"react-native-keychain": "^8.1.1",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.17.0",
"react-native-svg": "12.3.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"miragejs": "^0.1.45",
"typescript": "^4.6.3"
},
"private": true
}