iamport-react-native
Version:
리액트 네이티브용 아임포트 결제/본인인증 연동 라이브러리
37 lines (36 loc) • 1.06 kB
JSON
{
"name": "iamport-react-native-example-for-managed-expo",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"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-status-bar": "~1.6.0",
"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"
}
}