mirror of
https://github.com/sawyerf/Castafiore.git
synced 2026-03-24 12:57:47 +08:00
55 lines
1.9 KiB
JSON
55 lines
1.9 KiB
JSON
{
|
|
"name": "castafiore",
|
|
"version": "2025.11.23",
|
|
"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": "eas build --platform android --profile development --local",
|
|
"android": "expo start --android --dev-client",
|
|
"web": "cross-env PLATFORM=web 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"
|
|
},
|
|
"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",
|
|
"expo-linking": "~7.1.7",
|
|
"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-android-widget": "^0.17.2",
|
|
"react-native-edge-to-edge": "^1.6.0",
|
|
"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-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",
|
|
"workbox-cli": "^7.3.0"
|
|
},
|
|
"private": true
|
|
}
|