-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.86 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.86 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
81
82
83
84
{
"name": "food_map",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@expo/html-elements": "^0.12.5",
"@gluestack-ui/core": "^3.0.10",
"@gluestack-ui/utils": "^3.0.7",
"@invertase/react-native-apple-authentication": "^2.4.1",
"@legendapp/motion": "^2.4.0",
"@react-native-community/geolocation": "^3.4.0",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native-vector-icons/fontawesome6": "^12.2.0",
"@react-native-vector-icons/ionicons": "^12.3.0",
"@react-navigation/drawer": "^7.5.8",
"@react-navigation/native": "^7.1.17",
"@react-navigation/stack": "^7.4.8",
"@tanstack/react-query": "^5.89.0",
"axios": "^1.12.2",
"nativewind": "^4.2.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "19.0.0",
"react-aria": "^3.43.2",
"react-dom": "^19.1.1",
"react-error-boundary": "^6.0.0",
"react-native": "0.79.4",
"react-native-bootsplash": "^6.3.11",
"react-native-config": "1.5.5",
"react-native-date-picker": "5.0.12",
"react-native-encrypted-storage": "^4.0.3",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.28.0",
"react-native-image-crop-picker": "^0.50.1",
"react-native-map-clustering": "^4.0.0",
"react-native-maps": "^1.23.12",
"react-native-permissions": "^5.4.2",
"react-native-reanimated": "^4.1.0",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "^4.16.0",
"react-native-svg": "^15.13.0",
"react-native-worklets": "^0.5.1",
"react-stately": "^3.41.0",
"tailwind-variants": "^0.1.20",
"tailwindcss": "^3.4.17",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "18.0.0",
"@react-native-community/cli-platform-android": "18.0.0",
"@react-native-community/cli-platform-ios": "18.0.0",
"@react-native/babel-preset": "0.79.4",
"@react-native/eslint-config": "0.79.4",
"@react-native/metro-config": "0.79.4",
"@react-native/typescript-config": "0.79.4",
"@types/jest": "^29.5.13",
"@types/react": "^19.0.0",
"@types/react-test-renderer": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^4.2.5",
"jest": "^29.6.3",
"prettier": "^3.6.2",
"react-native-svg-transformer": "^1.5.1",
"react-test-renderer": "19.0.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}