Repository Mobile nawakara use react native
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

92 lines
3.3 KiB

{
"name": "neops",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"clean": "cd android && ./gradlew clean && cd ..",
"android-debug": "yarn run clean && npx react-native run-android",
"android-release-apk": "yarn run clean && cd android && ./gradlew assembleRelease && cd ..",
"android-release-aab": "yarn run clean && cd android && ./gradlew bundleRelease && cd .."
},
"dependencies": {
"@expo/html-elements": "latest",
"@gluestack-style/react": "latest",
"@gluestack-ui/config": "latest",
"@gluestack-ui/themed": "latest",
"@gorhom/bottom-sheet": "4",
"@kichiyaki/react-native-barcode-generator": "^0.6.7",
"@legendapp/motion": "latest",
"@react-native-async-storage/async-storage": "^1.19.4",
"@react-native-community/datetimepicker": "^8.0.0",
"@react-native-community/netinfo": "^11.2.0",
"@react-native-firebase/app": "^18.6.1",
"@react-native-firebase/messaging": "^18.6.1",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"axios": "^1.6.0",
"deprecated-react-native-prop-types": "^5.0.0",
"i18n-js": "^4.3.2",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"react-native": "0.72.3",
"react-native-animatable": "^1.4.0",
"react-native-camera": "^4.2.1",
"react-native-fs": "^2.20.0",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.14.0",
"react-native-image-marker": "^1.1.10",
"react-native-image-picker": "^7.0.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-localization": "^2.3.2",
"react-native-localize": "^3.0.3",
"react-native-paper": "^5.12.3",
"react-native-pell-rich-editor": "^1.9.0",
"react-native-permissions": "^3.10.1",
"react-native-reanimated": "^3.6.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "^4.7.4",
"react-native-screens": "^3.27.0",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-sqlite-storage": "^6.0.1",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "13.4.0",
"react-native-toast-message": "^2.1.7",
"react-native-uuid": "^2.0.2",
"react-native-vector-icons": "^10.0.1",
"react-native-webview": "^13.8.1",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"engines": {
"node": ">=16"
}
}