FuelPHP Bin
{ "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject", "tw": "npx trnc-create-styles", "dict": "style-dictionary build" }, "dependencies": { "@expo/webpack-config": "^0.13.2", "@react-native-async-storage/async-storage": "^1.13.2", "@react-native-community/async-storage": "^1.12.1", "@react-native-community/masked-view": "0.1.10", "@react-native-community/slider": "^3.0.3", "@react-navigation/bottom-tabs": "^5.9.2", "@react-navigation/drawer": "^5.9.3", "@react-navigation/material-top-tabs": "^5.3.9", "@react-navigation/native": "^5.7.6", "@react-navigation/stack": "^5.9.3", "babel-plugin-inline-dotenv": "^1.6.0", "dotenv": "^8.2.0", "expo": "~39.0.2", "expo-barcode-scanner": "^9.0.0", "expo-constants": "~9.2.0", "expo-device": "^2.3.0", "expo-linear-gradient": "~8.3.0", "expo-screen-orientation": "~2.0.0", "expo-status-bar": "~1.0.2", "fetch-retry": "^4.1.1", "i18n-js": "^3.8.0", "indicative": "^7.4.4", "moment": "^2.29.1", "numeral": "^2.0.6", "react": "^16.13.1", "react-dom": "^16.13.1", "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz", "react-native-button-toggle-group": "^1.1.1", "react-native-dotenv": "^2.5.3", "react-native-gesture-handler": "~1.7.0", "react-native-i18n": "^1.0.0", "react-native-localization": "^2.1.6", "react-native-localize": "^1.4.2", "react-native-paper": "^4.2.0", "react-native-platform-touchable": "^1.1.1", "react-native-progress-steps": "^1.3.4", "react-native-reanimated": "~1.13.0", "react-native-safe-area-context": "3.1.4", "react-native-screens": "~2.10.1", "react-native-styled-toast": "^1.1.1", "react-native-svg": "12.1.0", "react-native-svg-transformer": "^0.14.3", "react-native-tailwindcss": "^1.1.11", "react-native-toast-message": "^1.4.2", "react-native-vector-icons": "^7.1.0", "react-native-web": "^0.13.18", "react-native-webview": "10.7.0", "react-navigation": "^4.4.2", "react-navigation-stack": "^2.8.4", "react-navigation-tabs": "^2.9.2", "react-redux": "^7.2.1", "reactotron-react-js": "^3.3.7", "redux": "^4.0.5", "redux-actions": "^2.6.5", "redux-persist": "^6.0.0", "redux-thunk": "^2.3.0", "tailwind-react-native-classnames": "^1.4.3", "toggle-switch-react-native": "^2.3.0", "use-state-with-callback": "^2.0.3", "victory": "^35.4.11", "victory-native": "^35.3.1" }, "devDependencies": { "@babel/core": "~7.9.0", "@svgr/cli": "^5.4.0", "babel-eslint": "^10.1.0", "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-node": "^4.1.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.1", "eslint-plugin-react": "^7.25.1", "eslint-plugin-react-hooks": "^4.2.0", "prettier": "^2.3.2", "reactotron-react-native": "^5.0.0" }, "private": true, "rnpm": { "assets": [ "ressources/fonts" ] } }