66 lines
2.1 KiB
JSON
66 lines
2.1 KiB
JSON
|
{
|
||
|
"name": "annchoi",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"android": "react-native run-android",
|
||
|
"ios": "react-native run-ios",
|
||
|
"start": "react-native start",
|
||
|
"test": "jest",
|
||
|
"lint": "eslint ."
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@react-native-community/async-storage": "^1.12.1",
|
||
|
"@react-native-community/checkbox": "^0.5.14",
|
||
|
"@react-native-community/masked-view": "^0.1.11",
|
||
|
"@react-navigation/bottom-tabs": "^6.4.0",
|
||
|
"@react-navigation/material-bottom-tabs": "^6.2.4",
|
||
|
"@react-navigation/native": "^6.0.13",
|
||
|
"@react-navigation/stack": "^6.3.4",
|
||
|
"axios": "^1.1.3",
|
||
|
"lodash": "^4.17.21",
|
||
|
"lottie-react-native": "^5.1.4",
|
||
|
"mobx": "^6.6.2",
|
||
|
"mobx-react": "^7.5.3",
|
||
|
"moment": "^2.29.4",
|
||
|
"react": "17.0.2",
|
||
|
"react-native": "0.68.2",
|
||
|
"react-native-codegen": "^0.72.0",
|
||
|
"react-native-easy-grid": "^0.2.2",
|
||
|
"react-native-easy-toast": "^2.0.0",
|
||
|
"react-native-fast-image": "^8.6.3",
|
||
|
"react-native-gesture-handler": "^2.8.0",
|
||
|
"react-native-htmlview": "^0.16.0",
|
||
|
"react-native-i18n": "^2.0.15",
|
||
|
"react-native-image-picker": "^4.10.0",
|
||
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
||
|
"react-native-paper": "^4.12.5",
|
||
|
"react-native-popup-menu": "^0.16.1",
|
||
|
"react-native-reanimated": "^2.12.0",
|
||
|
"react-native-safe-area-context": "^4.4.1",
|
||
|
"react-native-safe-area-view": "^1.1.1",
|
||
|
"react-native-screens": "^3.18.2",
|
||
|
"react-native-size-matters": "^0.4.0",
|
||
|
"react-native-snap-carousel": "^3.9.1",
|
||
|
"react-native-status-bar-height": "^2.6.0",
|
||
|
"react-native-uuid": "^2.0.1",
|
||
|
"react-native-vector-icons": "^9.2.0",
|
||
|
"react-native-webview": "^11.23.1",
|
||
|
"react-native-youtube-iframe": "^2.2.2",
|
||
|
"react-theme-provider": "^0.1.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.20.2",
|
||
|
"@babel/runtime": "^7.20.1",
|
||
|
"@react-native-community/eslint-config": "^3.2.0",
|
||
|
"babel-jest": "^29.3.1",
|
||
|
"eslint": "^8.27.0",
|
||
|
"jest": "^29.3.1",
|
||
|
"metro-react-native-babel-preset": "^0.73.3",
|
||
|
"react-test-renderer": "17.0.2"
|
||
|
},
|
||
|
"jest": {
|
||
|
"preset": "react-native"
|
||
|
}
|
||
|
}
|