sawyerf_Castafiore/package.json
2025-12-28 15:57:34 +01:00

58 lines
2.0 KiB
JSON

{
"name": "castafiore",
"version": "2025.12.22",
"main": "index.js",
"homepage": ".",
"scripts": {
"export:android": "eas build --platform android --profile production --local",
"export:google": "eas build --platform android --profile google --local",
"export:dev": "cross-env IS_DEV=true eas build --platform android --profile development --local",
"android": "expo start --android --dev-client",
"web": "cross-env PLATFORM=web IS_DEV=true expo start --web",
"export:web": "cross-env PLATFORM=web expo export -p web && workbox generateSW workbox-config.js",
"eslint": "eslint app index.js App.js -c eslint.config.mjs",
"postinstall": "patch-package",
"icon": "node ./scripts/generateIcons.js"
},
"dependencies": {
"@legendapp/list": "^1.1.4",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-navigation/bottom-tabs": "^7.3.13",
"@react-navigation/native": "^7.1.9",
"@react-navigation/native-stack": "^7.3.13",
"expo": "~53.0.24",
"expo-build-properties": "~0.14.8",
"expo-dev-client": "~5.2.4",
"expo-file-system": "~18.1.11",
"fast-xml-parser": "^5.3.3",
"i18next": "^25.3.1",
"md5": "^2.3.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.6.0",
"react-native": "0.79.6",
"react-native-edge-to-edge": "^1.6.0",
"react-native-google-cast": "^4.9.1",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-track-player": "4.1.1-nightly-c46c8fb107e0de61d9b33c28e7228002077b4f20",
"react-native-udp": "^4.1.7",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "^0.20.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/js": "^9.17.0",
"@expo/metro-runtime": "~5.0.5",
"babel-plugin-root-import": "^6.6.0",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"globals": "^15.14.0",
"patch-package": "^8.0.0",
"sharp": "^0.34.5",
"workbox-cli": "^7.3.0"
},
"private": true
}