expo-duooomi-app/package.json

144 lines
5.7 KiB
JSON

{
"name": "expo-duooomi-app",
"main": "expo-router/entry",
"version": "1.0.0",
"packageManager": "bun@1.3.5",
"private": true,
"scripts": {
"postinstall": "patch-package",
"claude": "claude --dangerously-skip-permissions",
"start": "dotenv -e .env.development -- expo start",
"start:test": "dotenv -e .env.test -- expo start",
"start:prod": "dotenv -e .env.production -- expo start",
"prebuild:android": "expo prebuild --platform android",
"reset-project": "node ./scripts/reset-project.js",
"sentry:upload-sourcemaps": "SENTRY_AUTH_TOKEN=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 bunx sentry-expo-upload-sourcemaps dist",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:development:ios": "eas build --profile development --platform ios",
"build:development:android": "eas build --profile development --platform android",
"build:test:ios": "eas build --profile test --platform ios",
"build:test:android": "eas build --profile test --platform android",
"build:production:ios": "eas build --profile production --platform ios",
"build:production:android": "eas build --profile production --platform android",
"update:test": "dotenv -e .env.test -- eas update --clear-cache --channel test",
"update:production": "dotenv -e .env.production -- eas update --clear-cache --channel production",
"build:local": "eas build --profile production --local",
"check-types": "tsc --noEmit",
"lint": "expo lint",
"export:icp:android": "bun run scripts/export-icp-source.ts --platform android",
"export:icp:ios": "bun run scripts/export-icp-source.ts --platform ios",
"export:icp:android:skip": "bun run scripts/export-icp-source.ts --platform android --skip-prebuild",
"export:icp:ios:skip": "bun run scripts/export-icp-source.ts --platform ios --skip-prebuild"
},
"dependencies": {
"@better-auth/expo": "^1.4.5",
"@expo/vector-icons": "^15.0.3",
"@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",
"@repo/core": "1.0.2",
"@repo/sdk": "1.0.7",
"@sentry/react-native": "^7.8.0",
"@shopify/flash-list": "^2.2.0",
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.5.3",
"@stripe/stripe-react-native": "^0.57.0",
"base-64": "^1.0.0",
"better-auth": "^1.4.5",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"expo": "~54.0.25",
"expo-blur": "^15.0.8",
"expo-build-properties": "~1.0.10",
"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-insights": "~0.10.8",
"expo-keep-awake": "^15.0.8",
"expo-linear-gradient": "^15.0.8",
"expo-linking": "^8.0.10",
"expo-media-library": "~18.2.0",
"expo-native-alipay": "^0.1.1",
"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.15",
"expo-web-browser": "^15.0.10",
"expo-wechat": "^0.2.5",
"i18next": "^23.14.0",
"metro-minify-terser": "^0.82.4",
"mobx": "^6.15.0",
"mobx-react-lite": "^4.1.1",
"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-video": "^6.18.0",
"react-native-web": "~0.21.0",
"react-native-webview": "^13.16.0",
"react-native-worklets": "0.5.1",
"tailwind-variants": "^0.2.1",
"twrnc": "^4.11.1",
"zod": "^4.2.1"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-typescript": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@types/base-64": "^1.0.2",
"@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",
"docx": "^9.0.2",
"dotenv-cli": "^11.0.0",
"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",
"patch-package": "^8.0.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.12",
"tailwindcss": "3.4.4",
"typescript": "~5.9.2"
}
}