UNPKG

mixpanel-react-native

Version:

Official React Native Tracking Library for Mixpanel Analytics

51 lines 1.61 kB
{ "name": "MixpanelStarter", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest" }, "dependencies": { "react": "19.1.1", "react-native": "0.82.1", "@react-native/new-app-screen": "0.82.1", "react-native-safe-area-context": "^5.5.2", "mixpanel-react-native": "file:../..", "@react-native-async-storage/async-storage": "^2.1.0", "@react-navigation/native": "^7.0.20", "@react-navigation/bottom-tabs": "^7.2.8", "react-native-screens": "^4.5.0", "react-native-dotenv": "^3.4.11", "react-native-get-random-values": "^1.9.0", "uuid": "^9.0.0" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", "@react-native-community/cli": "20.0.0", "@react-native-community/cli-platform-android": "20.0.0", "@react-native-community/cli-platform-ios": "20.0.0", "@react-native/babel-preset": "0.82.1", "@react-native/eslint-config": "0.82.1", "@react-native/metro-config": "0.82.1", "@react-native/typescript-config": "0.82.1", "@types/jest": "^29.5.13", "@types/react": "^19.1.1", "@types/react-test-renderer": "^19.1.0", "@testing-library/react-native": "^12.8.1", "@testing-library/jest-native": "^5.4.3", "eslint": "^8.19.0", "jest": "^29.6.3", "prettier": "2.8.8", "react-test-renderer": "19.1.1", "typescript": "^5.8.3" }, "engines": { "node": ">=20" } }