UNPKG

iamport-react-native

Version:

리액트 네이티브용 아임포트 결제/본인인증 연동 라이브러리

41 lines (40 loc) 1.2 kB
{ "name": "iamport-react-native-expo-example", "main": "index.js", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "web": "expo start --web", "start": "expo start --dev-client" }, "dependencies": { "@expo/vector-icons": "^13.0.0", "@react-native-community/masked-view": "0.1.11", "@react-navigation/native": "^6.1.1", "@react-navigation/stack": "^6.3.10", "expo": "~49.0.13", "expo-modules-core": "~1.5.10", "expo-splash-screen": "~0.20.5", "expo-status-bar": "~1.6.0", "expo-updates": "~0.18.16", "native-base": "^3.4.25", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.5", "react-native-gesture-handler": "~2.12.0", "react-native-reanimated": "~3.3.0", "react-native-safe-area-context": "4.6.3", "react-native-screens": "~3.22.0", "react-native-svg": "13.9.0", "react-native-webview": "13.2.2", "styled-components": "^5.3.6", "styled-system": "^5.1.5" }, "devDependencies": { "@babel/core": "~7.20.5", "@babel/runtime": "^7.20.6", "babel-plugin-module-resolver": "^4.1.0" } }