77 lines
2.4 KiB
JSON
77 lines
2.4 KiB
JSON
{
|
|
"name": "kliko",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"test": "jest --watchAll",
|
|
"lint": "expo lint"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.2",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"@react-native-community/cli-platform-ios": "^14.0.0",
|
|
"@react-native-community/datetimepicker": "^8.2.0",
|
|
"@react-native-community/netinfo": "^11.3.2",
|
|
"@react-navigation/native": "^6.0.2",
|
|
"@reduxjs/toolkit": "^2.2.7",
|
|
"@rnmapbox/maps": "^10.1.28",
|
|
"@uiw/react-color-circle": "^2.3.0",
|
|
"axios": "^1.7.2",
|
|
"date-fns": "^3.6.0",
|
|
"deprecated-react-native-prop-types": "^5.0.0",
|
|
"expo": "~51.0.24",
|
|
"expo-constants": "~16.0.2",
|
|
"expo-dev-client": "~4.0.21",
|
|
"expo-font": "~12.0.9",
|
|
"expo-linking": "~6.3.1",
|
|
"expo-router": "~3.5.20",
|
|
"expo-secure-store": "~13.0.2",
|
|
"expo-splash-screen": "~0.27.5",
|
|
"expo-status-bar": "~1.12.1",
|
|
"expo-system-ui": "~3.0.7",
|
|
"expo-updates": "~0.25.24",
|
|
"expo-web-browser": "~13.0.3",
|
|
"i18next": "^23.12.2",
|
|
"install": "^0.13.0",
|
|
"onesignal-expo-plugin": "^2.0.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-i18next": "^15.0.1",
|
|
"react-native": "0.74.3",
|
|
"react-native-autocomplete-dropdown": "3.1.5",
|
|
"react-native-calendar-picker": "^8.0.0",
|
|
"react-native-device-info": "^11.1.0",
|
|
"react-native-gesture-handler": "~2.16.1",
|
|
"react-native-leaflet-view": "^0.1.2",
|
|
"react-native-modal": "^13.0.1",
|
|
"react-native-onesignal": "^5.2.2",
|
|
"react-native-reanimated": "~3.10.1",
|
|
"react-native-render-html": "^6.3.4",
|
|
"react-native-safe-area-context": "4.10.5",
|
|
"react-native-screens": "3.31.1",
|
|
"react-native-select-bottom-list": "^1.0.7",
|
|
"react-native-svg": "15.2.0",
|
|
"react-native-toast-message": "^2.2.0",
|
|
"react-native-web": "~0.19.10",
|
|
"react-native-webview": "13.8.6",
|
|
"react-redux": "^9.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/react": "~18.2.45",
|
|
"@types/react-test-renderer": "^18.0.7",
|
|
"jest": "^29.2.1",
|
|
"jest-expo": "~51.0.3",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "~5.3.3"
|
|
},
|
|
"private": true
|
|
}
|