2024-06-26 04:20:08 +02:00
|
|
|
{
|
|
|
|
"name": "pliwould",
|
|
|
|
"main": "expo-router/entry",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"start": "expo start",
|
|
|
|
"reset-project": "node ./scripts/reset-project.js",
|
2024-07-02 15:59:51 +02:00
|
|
|
"android": "expo run:android",
|
|
|
|
"ios": "expo run:ios",
|
2024-06-29 15:09:22 +02:00
|
|
|
"web": "expo start --web --offline",
|
2024-06-26 04:20:08 +02:00
|
|
|
"test": "jest --watchAll",
|
2024-07-04 17:29:47 +02:00
|
|
|
"lint": "expo lint",
|
|
|
|
"apk:android": "eas build --platform android --local"
|
2024-06-26 04:20:08 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-15 23:07:19 +02:00
|
|
|
"@babel/runtime": "^7.25.0",
|
|
|
|
"@expo/config-plugins": "~8.0.8",
|
|
|
|
"@expo/prebuild-config": "~7.0.8",
|
2024-06-28 23:53:48 +02:00
|
|
|
"@expo/vector-icons": "^14.0.2",
|
2024-08-15 23:07:19 +02:00
|
|
|
"@react-native-async-storage/async-storage": "^1.24.0",
|
2024-07-01 21:23:45 +02:00
|
|
|
"@react-native-community/slider": "^4.5.2",
|
2024-08-15 23:07:19 +02:00
|
|
|
"@react-native/assets-registry": "^0.74.87",
|
|
|
|
"@react-navigation/native": "^6.1.18",
|
|
|
|
"@reduxjs/toolkit": "^2.2.7",
|
2024-06-30 18:37:27 +02:00
|
|
|
"class-transformer": "^0.5.1",
|
2024-06-28 23:53:48 +02:00
|
|
|
"convert": "^5.3.0",
|
2024-08-15 23:07:19 +02:00
|
|
|
"dayjs": "^1.11.12",
|
2024-08-19 16:08:54 +02:00
|
|
|
"expo": "~51.0.28",
|
2024-07-04 17:29:47 +02:00
|
|
|
"expo-asset": "^10.0.10",
|
2024-06-26 04:20:08 +02:00
|
|
|
"expo-constants": "~16.0.2",
|
2024-08-15 23:07:19 +02:00
|
|
|
"expo-doctor": "^1.9.0",
|
|
|
|
"expo-font": "~12.0.9",
|
|
|
|
"expo-linear-gradient": "^13.0.2",
|
2024-06-26 04:20:08 +02:00
|
|
|
"expo-linking": "~6.3.1",
|
2024-08-19 16:08:54 +02:00
|
|
|
"expo-router": "~3.5.23",
|
2024-06-26 04:20:08 +02:00
|
|
|
"expo-splash-screen": "~0.27.5",
|
|
|
|
"expo-status-bar": "~1.12.1",
|
2024-07-04 17:29:47 +02:00
|
|
|
"expo-system-ui": "~3.0.7",
|
2024-06-26 04:20:08 +02:00
|
|
|
"expo-web-browser": "~13.0.3",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2024-07-04 17:29:47 +02:00
|
|
|
"react-native": "0.74.3",
|
2024-07-01 21:23:45 +02:00
|
|
|
"react-native-element-dropdown": "^2.12.1",
|
2024-08-15 23:07:19 +02:00
|
|
|
"react-native-gesture-handler": "~2.18.1",
|
2024-06-26 04:20:08 +02:00
|
|
|
"react-native-reanimated": "~3.10.1",
|
|
|
|
"react-native-safe-area-context": "4.10.1",
|
|
|
|
"react-native-screens": "3.31.1",
|
2024-06-30 18:37:27 +02:00
|
|
|
"react-native-select-dropdown": "^4.0.1",
|
2024-08-15 23:07:19 +02:00
|
|
|
"react-native-svg": "^15.5.0",
|
2024-06-27 16:06:39 +02:00
|
|
|
"react-native-uuid": "^2.0.2",
|
2024-08-15 23:07:19 +02:00
|
|
|
"react-native-web": "~0.19.12",
|
2024-06-27 23:31:59 +02:00
|
|
|
"react-redux": "^9.1.2",
|
2024-08-15 23:07:19 +02:00
|
|
|
"redux-persist": "^6.0.0",
|
2024-07-04 17:29:47 +02:00
|
|
|
"redux-remember": "^5.1.0"
|
2024-06-26 04:20:08 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-15 23:07:19 +02:00
|
|
|
"@babel/core": "^7.25.2",
|
2024-06-27 16:06:39 +02:00
|
|
|
"@babel/preset-typescript": "^7.24.7",
|
2024-08-15 23:07:19 +02:00
|
|
|
"@testing-library/react-native": "^12.5.3",
|
2024-08-10 19:06:25 +02:00
|
|
|
"@testing-library/user-event": "^14.5.2",
|
2024-06-26 04:20:08 +02:00
|
|
|
"@types/jest": "^29.5.12",
|
2024-08-15 23:07:19 +02:00
|
|
|
"@types/react": "~18.2.79",
|
|
|
|
"@types/react-test-renderer": "^18.3.0",
|
2024-08-19 16:08:54 +02:00
|
|
|
"babel-preset-expo": "^11.0.14",
|
2024-08-15 23:07:19 +02:00
|
|
|
"jest": "^29.7.0",
|
2024-06-28 23:53:48 +02:00
|
|
|
"jest-expo": "~51.0.3",
|
2024-08-15 23:07:19 +02:00
|
|
|
"react-native-svg-transformer": "^1.5.0",
|
2024-06-26 04:20:08 +02:00
|
|
|
"react-test-renderer": "18.2.0",
|
|
|
|
"typescript": "~5.3.3"
|
|
|
|
},
|
|
|
|
"private": true
|
2024-07-02 15:59:51 +02:00
|
|
|
}
|