{
"name": "choicely-rn",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start --config rn/metro.config.js --host 0.0.0.0",
"lint": "eslint . && npm run lint:bridge",
"lint:bridge": "node ./tools/lint-bridge-events.js",
"web": "webpack-dev-server --config ./rn/web/webpack.config.js --mode development",
"bundle:android": "rm -rf dist/android && mkdir -p dist/android && react-native bundle --config rn/metro.config.js --platform android --dev false --entry-file src/index.js --assets-dest dist/android --bundle-output dist/android/index.android.bundle",
"bundle:ios": "rm -rf dist/ios && mkdir -p dist/ios && react-native bundle --config rn/metro.config.js --platform ios --dev false --entry-file src/index.js --assets-dest dist/ios --bundle-output dist/ios/main.jsbundle",
"bundle:web": "rm -rf dist/web && mkdir -p dist/web && webpack --no-watch --watch-options-stdin --no-color --no-devtool --config ./rn/web/webpack.config.js --mode production --output-path ./dist/web",
"bundle:all": "set -euo pipefail && npm run bundle:android && npm run bundle:ios && npm run bundle:web",
"reset": "set -euo pipefail && watchman watch-del-all && watchman shutdown-server && rm -rf .cache \"$TMPDIR\"/metro-{*,.*}",
"preview": "node -e \"const fs=require('fs'); const k=process.env.CHOICELY_APP_KEY; if(!k){console.error('ERROR: CHOICELY_APP_KEY is not set'); process.exit(1);} fs.writeFileSync('res/preview/config.js', 'window.__CHOICELY_APP_KEY__=' + JSON.stringify(k) + ';\\n');\" && NODE_OPTIONS=--no-deprecation http-server ./res/preview -a 0.0.0.0 -c-1 --silent"
},
"dependencies": {
"@react-native/virtualized-lists": "0.82.0",
"@react-navigation/native": "^7.1.19",
"@react-navigation/native-stack": "^7.6.2",
"@shopify/flash-list": "^2.2.0",
"axios": "^1.13.2",
"dotenv": "^17.2.3",
"process": "^0.11.10",
"react": "19.1.1",
"react-native": "0.82.0",
"react-native-gesture-handler": "^2.30.0",
"react-native-image-picker": "^8.2.1",
"react-native-localize": "^3.6.1",
"react-native-mmkv": "4.1.0",
"react-native-nitro-modules": "0.31.10",
"react-native-permissions": "^5.4.4",
"react-native-reanimated": "^4.2.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.18.0",
"react-native-svg": "^15.15.1",
"react-native-toast-message": "^2.3.3",
"react-native-vector-icons": "^10.3.0",
"react-native-video": "^6.18.0",
"react-native-webview": "^13.16.0",
"react-native-worklets": "^0.7.1",
"semver": "^7.7.3"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
"@babel/preset-env": "^7.27.1",
"@babel/runtime": "^7.27.1",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.82.0",
"@react-native/eslint-config": "^0.83.1",
"@react-native/metro-config": "0.82.0",
"babel-loader": "^9.1.3",
"babel-plugin-react-native-web": "0.21.2",
"compression": "^1.8.1",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-native": "^5.0.0",
"express": "^5.2.1",
"html-webpack-plugin": "^5.6.0",
"http-server": "^14.1.1",
"metro-cache": "0.82.0",
"react-dom": "19.1.1",
"react-native-web": "0.21.2",
"react-test-renderer": "19.1.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.2"
},
"engines": {
"node": ">=20"
}
}