-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.92 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "app-shipper",
"version": "1.0.0",
"eslintConfig": {
"extends": [
"./.eslintrc.js"
]
},
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --fix",
"redux": "yarn run react-native-debugger",
"build:tailwind": "tailwindcss --input input.css --output tailwind.css --no-autoprefixer && tailwind-rn",
"dev:tailwind": "concurrently \"tailwindcss --input input.css --output tailwind.css --no-autoprefixer --watch\" \"tailwind-rn --watch\"",
"build:css": "tailwind-rn",
"watch:css": "tailwind-rn --watch",
"postinstall": " node react-native-map-web-fix.js"
},
"dependencies": {
"@eva-design/eva": "^2.2.0",
"@expo/config": "~8.1.1",
"@expo/config-plugins": "~7.2.2",
"@expo/metro-config": "~0.10.0",
"@expo/webpack-config": "^19.0.1",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/cli": "^13.6.6",
"@react-native-community/cli-platform-android": "^12.3.6",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/geolocation": "^3.2.1",
"@react-native/metro-config": "^0.73.5",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/material-bottom-tabs": "^6.2.28",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@react-navigation/stack": "^6.3.18",
"@reduxjs/toolkit": "^1.9.6",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@tanstack/react-query": "^4.35.7",
"@types/leaflet": "^1.9.9",
"@types/react": "~18.2.14",
"@types/react-native-fetch-blob": "^0.10.11",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"axios": "^1.5.1",
"expo": "~49.0.13",
"expo-dev-client": "~2.4.13",
"expo-file-system": "~15.4.5",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-location": "~16.1.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.19",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"native-base": "^3.4.28",
"nativewind": "^2.0.11",
"net": "^1.0.2",
"normalize-css-color": "^1.0.2",
"postcss": "^8.4.31",
"query-string": "^8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.0",
"react-leaflet": "^4.2.1",
"react-native": "0.72.10",
"react-native-blob-util": "^0.19.9",
"react-native-chart-kit": "^6.12.0",
"react-native-config": "^1.5.1",
"react-native-date-picker": "^5.0.1",
"react-native-emoji-selector": "^0.2.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-fs": "^2.20.0",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-leaflet": "^0.0.0-reserved",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-maps": "1.7.1",
"react-native-maps-directions": "1.3.0",
"react-native-paper": "^5.12.3",
"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-svg-transformer": "^1.3.0",
"react-native-swiper": "^1.6.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^10.0.0",
"react-native-web": "^0.19.10",
"react-redux": "^8.1.3",
"rn-fetch-blob": "^0.12.0",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"string-width": "^7.1.0",
"tailwind-rn": "^4.2.0",
"twrnc": "^4.1.0",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native/js-polyfills": "^0.74.0",
"@react-native/metro-babel-transformer": "^0.73.15",
"babel-plugin-module-resolver": "^5.0.0",
"concurrently": "^8.2.2",
"metro-runtime": "^0.80.6",
"tailwindcss": "^3.4.1"
},
"private": true
}