music-app/mobile/package.json
2026-07-03 01:06:35 +00:00

39 lines
1.0 KiB
JSON

{
"name": "@music-app/mobile",
"private": true,
"version": "0.1.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"build": "expo build",
"typecheck": "tsc --noEmit",
"lint": "eslint src/"
},
"dependencies": {
"expo": "~50.0.0",
"expo-router": "~3.4.0",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-web": "^0.19.6",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-track-player": "^4.1.1",
"zustand": "^4.4.7",
"nativewind": "^2.0.11",
"tailwindcss": "^3.3.2",
"@music-app/shared": "0.1.0",
"expo-av": "~13.10.0",
"expo-file-system": "~16.0.0",
"expo-media-library": "~15.8.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.1"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@babel/core": "^7.20.0",
"typescript": "^5.3.3"
}
}