expo-popcore-app/package.json

122 lines
4.2 KiB
JSON

{
"name": "popcore",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"build:android:dev": "eas build --platform android --profile development",
"build:android:preview": "eas build --platform android --profile preview",
"prebuild:android": "expo prebuild --platform android",
"reset-project": "node ./scripts/reset-project.js",
"claude": "claude --dangerously-skip-permissions",
"type-checks": "tsc --noEmit",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint",
"test": "./node_modules/.bin/jest",
"test:watch": "./node_modules/.bin/jest --watch",
"test:coverage": "./node_modules/.bin/jest --coverage"
},
"dependencies": {
"@repo/core": "1.0.3",
"@repo/sdk": "1.0.9",
"@better-auth/expo": "1.3.34",
"@expo/vector-icons": "^15.0.3",
"@gorhom/bottom-sheet": "^5.2.8",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"@shopify/flash-list": "^2.0.0",
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.5.3",
"@stripe/stripe-react-native": "^0.57.0",
"better-auth": "1.3.34",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"expo": "~54.0.25",
"expo-blur": "^15.0.8",
"expo-constants": "^18.0.11",
"expo-crypto": "~15.0.7",
"expo-dev-client": "~6.0.18",
"expo-font": "~14.0.9",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.10",
"expo-image-manipulator": "^14.0.8",
"expo-image-picker": "~17.0.8",
"expo-linear-gradient": "^15.0.8",
"expo-linking": "^8.0.10",
"expo-media-library": "~18.2.0",
"expo-network": "^8.0.8",
"expo-router": "~6.0.15",
"expo-secure-store": "^15.0.8",
"expo-splash-screen": "~31.0.11",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
"expo-system-ui": "~6.0.8",
"expo-updates": "^29.0.14",
"expo-video": "^3.0.15",
"expo-web-browser": "^15.0.10",
"i18next": "^23.14.0",
"metro-minify-terser": "^0.82.4",
"nativewind": "^4.1.21",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.0.1",
"react-native": "0.81.5",
"react-native-ble-plx": "^3.5.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-keyboard-controller": "^1.20.1",
"react-native-multi-ble-peripheral": "^0.1.8",
"react-native-reanimated": "~4.1.1",
"react-native-reanimated-carousel": "^4.0.3",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "^15.15.1",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.5.1",
"tailwind-variants": "^0.2.1",
"zustand": "^5.0.0"
},
"overrides": {
"jsc-safe-url": "0.2.4"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react": "^12.0.0",
"@testing-library/react-native": "^12.8.1",
"@types/jest": "^29.5.14",
"@types/react": "^19.2.1",
"@types/react-native": "^0.72.8",
"@typescript-eslint/eslint-plugin": "^8.33.0",
"@typescript-eslint/parser": "^8.33.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.25.0",
"eslint-config-expo": "~10.0.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.2",
"eslint-plugin-i18n-json": "^4.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"eslint-plugin-react-native": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-unicorn": "^59.0.1",
"eslint-plugin-unused-imports": "^4.1.4",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.12",
"react-test-renderer": "19.1.0",
"tailwindcss": "3.4.4",
"ts-jest": "^29.2.5",
"typescript": "~5.9.2"
},
"private": true
}