-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.55 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
{
"name": "jizboapp",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-firebase/app": "^16.4.6",
"@react-native-firebase/auth": "^16.4.6",
"@react-native-firebase/firestore": "^16.4.6",
"@react-native-firebase/storage": "^16.4.6",
"@react-navigation/native": "^6.0.14",
"@react-navigation/native-stack": "^6.9.2",
"@realm/react": "^0.4.1",
"expo": "~47.0.7",
"expo-camera": "~13.1.0",
"expo-image-picker": "~14.0.2",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"prop-types": "^15.8.1",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-permissions": "^3.6.1",
"react-native-phone-input": "^1.3.5",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"realm": "^11.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.27.0",
"eslint-config": "^0.3.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"react-native-dotenv": "^3.4.2"
},
"private": true
}