start integrate suno and generate lyrics with gemini

This commit is contained in:
Thomas Demirdjian
2025-08-08 17:30:03 +02:00
parent 7bcc2e9779
commit 2a5a0149e8
81 changed files with 8321 additions and 26379 deletions
+30 -25
View File
@@ -6,8 +6,8 @@
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "patch-package",
"clean": "node cleanProject.js",
"xcode": "open ios/musicland.xcworkspace",
"clean": "npx expo prebuild --clean",
"build:web": "expo export -p web",
"build:desktop:dev": "npx pake-cli http://localhost:8081 --name minuitdev --iter-copy-file --icon ./assets/desktopIcon.icns",
"build:desktop:prod": "yarn build:web && npx pake-cli ./dist/index.html --name minuit --iter-copy-file --icon ./assets/desktopIcon.icns"
@@ -16,7 +16,7 @@
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo-google-fonts/inter": "^0.4.1",
"@expo/config-plugins": "~9.0.0",
"@expo/metro-runtime": "~4.0.0",
"@expo/metro-runtime": "~4.0.1",
"@expo/react-native-action-sheet": "^4.0.1",
"@gorhom/bottom-sheet": "^4",
"@gorhom/portal": "^1.0.14",
@@ -38,25 +38,26 @@
"@stripe/react-stripe-js": "^2.5.0",
"@stripe/stripe-js": "^3.0.0",
"deprecated-react-native-prop-types": "^3.0.1",
"expo": "~52.0.17",
"expo-av": "~15.0.1",
"expo-blur": "~14.0.1",
"expo-build-properties": "~0.13.1",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.5",
"expo-document-picker": "~13.0.1",
"expo-font": "~13.0.1",
"expo-haptics": "~14.0.0",
"expo-image": "~2.0.3",
"expo-image-picker": "~16.0.3",
"expo-insights": "~0.8.1",
"expo-linear-gradient": "~14.0.1",
"expo-linking": "~7.0.3",
"expo-location": "~18.0.3",
"expo-speech": "~13.0.0",
"expo-splash-screen": "~0.29.16",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.5",
"expo": "~52.0.47",
"expo-av": "~15.0.2",
"expo-blur": "~14.0.3",
"expo-build-properties": "~0.13.3",
"expo-constants": "~17.0.8",
"expo-dev-client": "~5.0.20",
"expo-device": "~7.0.3",
"expo-document-picker": "~13.0.3",
"expo-font": "~13.0.4",
"expo-haptics": "~14.0.1",
"expo-image": "~2.0.7",
"expo-image-picker": "~16.0.6",
"expo-insights": "~0.8.2",
"expo-linear-gradient": "~14.0.2",
"expo-linking": "~7.0.5",
"expo-location": "~18.0.10",
"expo-speech": "~13.0.1",
"expo-splash-screen": "~0.29.24",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.9",
"firebase": "^9.20.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
@@ -64,7 +65,7 @@
"patch-package": "^6.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native": "0.76.9",
"react-native-compressor": "^1.8.24",
"react-native-country-picker-modal": "^2.0.0",
"react-native-dialog": "^9.3.0",
@@ -92,17 +93,21 @@
"@babel/core": "^7.20.5",
"@babel/parser": "^7.25.6",
"@babel/traverse": "^7.25.6",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"imagemin": "^9.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^11.0.1",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"resolutions": {
"firebase": "^9.20.0",
"react-error-overlay": "6.0.9",
"use-force-update": "1.0.8"
"react-error-overlay": "6.0.9"
},
"private": true
}