mixpanel-react-native
Version:
Official React Native Tracking Library for Mixpanel Analytics
26 lines (25 loc) • 615 B
JSON
{
"name": "mixpanelexpo",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~3.1.3",
"expo": "~50.0.8",
"expo-status-bar": "~1.11.1",
"mixpanel-react-native": "file:.yalc/mixpanel-react-native",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}