87 lines
2.9 KiB
JSON
87 lines
2.9 KiB
JSON
|
{
|
||
|
"name": "zuitable",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"android": "react-native run-android",
|
||
|
"ios": "react-native run-ios",
|
||
|
"lint": "eslint .",
|
||
|
"start": "react-native start",
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@react-native-community/async-storage": "^1.12.1",
|
||
|
"@react-native-community/masked-view": "^0.1.11",
|
||
|
"@react-navigation/bottom-tabs": "^6.5.7",
|
||
|
"@react-navigation/material-bottom-tabs": "^6.2.15",
|
||
|
"@react-navigation/native": "^6.1.6",
|
||
|
"@react-navigation/stack": "^6.3.16",
|
||
|
"axios": "^1.4.0",
|
||
|
"buffer": "^6.0.3",
|
||
|
"date-time-format-timezone": "^1.0.22",
|
||
|
"lodash": "^4.17.21",
|
||
|
"mobx": "^6.9.0",
|
||
|
"mobx-react": "^7.6.0",
|
||
|
"moment": "^2.29.4",
|
||
|
"qs": "^6.11.2",
|
||
|
"query-string": "^8.1.0",
|
||
|
"react": "18.2.0",
|
||
|
"react-native": "0.71.8",
|
||
|
"react-native-base64": "^0.2.1",
|
||
|
"react-native-confirmation-code-field": "^7.3.1",
|
||
|
"react-native-countdown-component": "^2.7.1",
|
||
|
"react-native-date-picker": "^4.2.13",
|
||
|
"react-native-easy-toast": "^2.3.0",
|
||
|
"react-native-elements": "^3.4.3",
|
||
|
"react-native-fast-image": "^8.6.3",
|
||
|
"react-native-fs": "^2.20.0",
|
||
|
"react-native-gallery-swiper": "^1.26.4",
|
||
|
"react-native-gesture-handler": "^2.10.1",
|
||
|
"react-native-image-picker": "^5.3.1",
|
||
|
"react-native-image-viewing": "^0.2.2",
|
||
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
||
|
"react-native-loading-spinner-overlay": "^3.0.1",
|
||
|
"react-native-modal": "^13.0.1",
|
||
|
"react-native-modals": "^0.22.3",
|
||
|
"react-native-pager-view": "^6.2.0",
|
||
|
"react-native-paper": "^5.8.0",
|
||
|
"react-native-picker-select": "^8.0.4",
|
||
|
"react-native-popup-menu": "^0.16.1",
|
||
|
"react-native-progress": "^5.0.0",
|
||
|
"react-native-reanimated": "^3.1.0",
|
||
|
"react-native-safe-area-context": "^4.5.3",
|
||
|
"react-native-safe-area-view": "^1.1.1",
|
||
|
"react-native-screens": "^3.20.0",
|
||
|
"react-native-size-matters": "^0.4.0",
|
||
|
"react-native-status-bar-height": "^2.6.0",
|
||
|
"react-native-swiper": "^1.6.0",
|
||
|
"react-native-switch-pro": "^1.0.5",
|
||
|
"react-native-tab-view": "^3.5.1",
|
||
|
"react-native-textinput-effects": "^0.6.3",
|
||
|
"react-native-uuid": "^2.0.1",
|
||
|
"react-native-vector-icons": "^9.2.0",
|
||
|
"rn-fetch-blob": "^0.12.0",
|
||
|
"underscore": "^1.13.6"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.20.0",
|
||
|
"@babel/preset-env": "^7.20.0",
|
||
|
"@babel/runtime": "^7.20.0",
|
||
|
"@react-native-community/eslint-config": "^3.2.0",
|
||
|
"@tsconfig/react-native": "^2.0.2",
|
||
|
"@types/jest": "^29.2.1",
|
||
|
"@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.73.9",
|
||
|
"prettier": "^2.4.1",
|
||
|
"react-test-renderer": "18.2.0",
|
||
|
"typescript": "4.8.4"
|
||
|
},
|
||
|
"jest": {
|
||
|
"preset": "react-native"
|
||
|
}
|
||
|
}
|