PliWould/package.json

73 lines
2.3 KiB
JSON
Raw Normal View History

{
"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",
"web": "expo start --web --offline",
"test": "jest --watchAll",
"lint": "expo lint",
"apk:android": "eas build --platform android --local"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@expo/config-plugins": "~8.0.8",
"@expo/prebuild-config": "~7.0.8",
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/slider": "^4.5.2",
"@react-native/assets-registry": "^0.74.87",
"@react-navigation/native": "^6.1.18",
"@reduxjs/toolkit": "^2.2.7",
"class-transformer": "^0.5.1",
"convert": "^5.3.0",
"dayjs": "^1.11.12",
"expo": "~51.0.26",
"expo-asset": "^10.0.10",
"expo-constants": "~16.0.2",
"expo-doctor": "^1.9.0",
"expo-font": "~12.0.9",
"expo-linear-gradient": "^13.0.2",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.21",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-element-dropdown": "^2.12.1",
"react-native-gesture-handler": "~2.18.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-select-dropdown": "^4.0.1",
"react-native-svg": "^15.5.0",
"react-native-uuid": "^2.0.2",
"react-native-web": "~0.19.12",
2024-06-27 23:31:59 +02:00
"react-redux": "^9.1.2",
"redux-persist": "^6.0.0",
"redux-remember": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/react-native": "^12.5.3",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.79",
"@types/react-test-renderer": "^18.3.0",
"babel-preset-expo": "^11.0.13",
"jest": "^29.7.0",
"jest-expo": "~51.0.3",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"private": true
2024-07-02 15:59:51 +02:00
}