csa-react-60/package.json

88 lines
2.9 KiB
JSON

{
"name": "charoensin",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "sh ./fix.sh",
"prod-android": "cd android && ./gradlew assembleRelease",
"run-android": "react-native run-android",
"run-ios": "react-native run-ios --simulator \"iPhone 11\"",
"run-device": "react-native run-ios --device",
"ios": "react-native run-ios"
},
"rnpm": {
"assets": [
"./assets/fonts",
"./assets/icons"
]
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^1.1.2",
"@react-native-community/cameraroll": "^1.2.1",
"@react-native-community/toolbar-android": "0.2.1",
"@react-native-firebase/app": "^17.3.2",
"@react-native-firebase/messaging": "^17.3.2",
"apisauce": "^1.1.0",
"deprecated-react-native-listview": "^0.0.5",
"i18n-js": "^3.5.1",
"intl": "^1.2.5",
"jetifier": "^2.0.0",
"moment": "^2.24.0",
"native-base": "^2.13.8",
"react": "16.9.0",
"react-native": "0.63",
"react-native-action-sheet": "^2.2.0",
"react-native-device-info": "^5.5.7",
"react-native-easy-grid": "^0.2.2",
"react-native-elastic-image-slider": "^1.0.0",
"react-native-elements": "^1.2.0",
"react-native-fast-image": "^8.1.5",
"react-native-fbsdk": "^1.1.2",
"react-native-gesture-handler": "^1.4.1",
"react-native-hyperlink": "^0.0.16",
"react-native-image-crop-picker": "^0.32.2",
"react-native-image-slider-show": "^1.0.3",
"react-native-image-slideshow": "^1.0.1",
"react-native-image-view": "^2.1.5",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal-datetime-picker": "^7.5.0",
"react-native-picker-dropdown": "^0.1.2",
"react-native-qrcode": "^0.2.7",
"react-native-qrcode-svg": "^5.2.0",
"react-native-render-html": "^4.1.2",
"react-native-screens": "^2.7.0",
"react-native-searchable-dropdown": "^1.1.1",
"react-native-signature-canvas": "^2.4.0",
"react-native-signature-pad": "^0.1.0",
"react-native-snap-carousel": "^3.8.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^9.9.3",
"react-native-switch-toggle": "^1.1.0",
"react-native-vector-icons": "^6.6.0",
"react-native-view-shot": "^3.0.2",
"react-native-webview": "10.0.0",
"react-navigation": "^3.3.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-persist": "^5.10.0",
"redux-persist-transform-encrypt": "^2.0.1",
"rn-tooltip": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/runtime": "^7.6.0",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.3.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}