-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.31 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "imobify-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"lint": "eslint --ext .ts --ext .tsx ./app --fix",
"ios": "expo run:ios",
"web": "expo start --web",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/material-bottom-tabs": "^6.2.16",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@shopify/flash-list": "1.4.3",
"@tanstack/react-query": "^4.35.3",
"axios": "^1.5.0",
"commitizen": "^4.3.0",
"date-fns": "^2.30.0",
"expo": "~49.0.10",
"expo-build-properties": "~0.8.3",
"expo-dev-client": "~2.4.12",
"expo-font": "~11.4.0",
"expo-image": "~1.3.2",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-location": "~16.1.0",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"formik": "^2.4.4",
"jwt-decode": "^3.1.2",
"moti": "^0.26.0",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-geocoding": "^0.5.0",
"react-native-maps": "1.7.1",
"react-native-paper": "^5.10.4",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-vector-icons": "^10.0.0",
"yup": "^1.2.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "^20.6.1",
"@types/react": "~18.2.14",
"@types/react-native-vector-icons": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"babel-plugin-module-resolver": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"typescript": "*"
},
"private": true,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}