77 lines
2.5 KiB
JSON
Executable File
77 lines
2.5 KiB
JSON
Executable File
{
|
|
"name": "foodDelivery_v1",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"rnpm": {
|
|
"assets": [
|
|
"./assets/fonts/"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest",
|
|
"postinstall": "./node_modules/react-native-maps/enable-google-maps REPLACE_ME_RELATIVE_PATH_TO_GOOGLE_MAPS_INSTALL"
|
|
},
|
|
"dependencies": {
|
|
"apisauce": "^0.15.2",
|
|
"axios": "^0.18.0",
|
|
"cross-os": "^1.3.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"mobx-react-router": "^4.0.4",
|
|
"moment": "^2.22.2",
|
|
"react": "^16.4.0",
|
|
"react-dom": "^16.4.0",
|
|
"react-moment": "^0.8.4",
|
|
"react-native": "0.54.0",
|
|
"react-native-autocomplete-input": "^3.6.0",
|
|
"react-native-button": "^2.3.0",
|
|
"react-native-cardview": "^2.0.2",
|
|
"react-native-check-box": "^2.1.0",
|
|
"react-native-confirmation-code-input": "^1.0.4",
|
|
"react-native-countdown-component": "^1.7.1",
|
|
"react-native-countdown-timer-text": "0.0.2",
|
|
"react-native-credit-card-input": "^0.4.1",
|
|
"react-native-elements": "^0.19.1",
|
|
"react-native-fast-image": "^4.0.14",
|
|
"react-native-firebase": "^4.3.8",
|
|
"react-native-geolocation-service": "^1.1.0",
|
|
"react-native-google-places-autocomplete": "^1.3.9",
|
|
"react-native-iphone-x-helper": "^1.2.0",
|
|
"react-native-keyboard-accessory": "^0.1.9",
|
|
"react-native-keyboard-aware-scroll-view": "^0.7.2",
|
|
"react-native-map-link": "^2.1.1",
|
|
"react-native-maps": "^0.22.0",
|
|
"react-native-maps-directions": "^1.6.0",
|
|
"react-native-material-dropdown": "^0.11.1",
|
|
"react-native-modal": "^7.0.2",
|
|
"react-native-permissions": "^1.1.1",
|
|
"react-native-popup-dialog": "^0.15.0",
|
|
"react-native-scrollable-tab-view": "^0.8.0",
|
|
"react-native-simple-radio-button": "^2.7.3",
|
|
"react-native-size-matters": "^0.1.3",
|
|
"react-native-swiper": "^1.5.14",
|
|
"react-native-tab-view": "^1.0.2",
|
|
"react-native-text": "0.0.7",
|
|
"react-native-textinput-effects": "^0.4.2",
|
|
"react-native-vector-icons": "^4.6.0",
|
|
"rn-countdown": "^0.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "21.2.0",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-preset-react-native": "4.0.0",
|
|
"babel-preset-react-native-stage-0": "^1.0.1",
|
|
"create-react-class": "^15.6.2",
|
|
"jest": "21.2.1",
|
|
"mobx": "^3.4.1",
|
|
"mobx-react": "^4.3.5",
|
|
"prop-types": "^15.6.0",
|
|
"react-native-easy-toast": "^1.1.0",
|
|
"react-navigation": "^1.6.1",
|
|
"react-test-renderer": "16.0.0"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|