UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

98 lines (97 loc) 4.38 kB
{ "name": "@fto-consult/expo-ui", "version": "9.10.3", "description": "Bibliothèque de composants UI Expo,react-native", "react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides", "scripts": { "clear-npx-cache": "npx clear-npx-cache", "publish1": "npm publish --access=public", "unpublish": "npm -f unpublish @fto-consult/expo-ui", "build-web": "npx expo export -p web", "start": "npx expo start --dev --no-minify", "start-d": "npx expo start -c --no-dev --no-minify", "start-p": "npm run start-d", "start-no-minify": "npx expo start --no-dev --minify", "start-no-dev": "npx expo start --no-dev --minify", "upgrade": "node ./bin/upgrade", "expo-start-client": "npx expo start --dev --no-minify --dev-client", "generate-jsonconfig": "node ./bin/generate-jsonconfig.js", "start-m": "npx expo start - c--dev--no -minify", "android": "npx expo start --android -c", "ios": "npx expo start --ios", "web": "npx expo start --web", "web-c": "npx expo start --web -c", "eject": "expo eject", "emulator": "npm run android-emulator", "web-server": "npx serve dist", "build-android": "eas build --clear-cache -p android --profile preview", "build-android-local": "eas build --platform android --local", "build-android-dist": "eas build --clear-cache -p android", "build-ios": "eas build --clear-cache -p ios --profile preview", "build-ios-dist": "eas build --clear-cache -p ios", "install-apk": "adb -s emulator-5554 install myapp.apk", "android-emulator": "emulator -avd EMULATOR", "flipper": "npx cross-env METRO_SERVER_PORT=19000 E:\\Studies\\react-native\\debugger\\Flipper-win\\Flipper.exe", "electron": "electron ./electron", "logcat": "adb -d logcat com.ftc.apps.salite1:E > errors.txt", "logcat-export": "adb -d logcat com.ftc.apps.salite1 *:S > logcat.txt", "electron-c": "npm run compile-electron && npm run electron", "electron-p": "npm run compile-electron-p && npm run electron", "find-licenses": "node ./bin/find-licenses.js", "fix-dependencies": "expo-cli doctor --fix-dependencies", "expo-fix": "npx expo install --fix", "update-apexchart": "node ./bin/update-appex-chart.js", "test-bin": "node ./bin/index.js", "update-appexchart": "npm run update-apexchart", "delete-node-modules": "rimraf ./**/node_modules", "dev": "npx expo start --no-dev --minify -c", "modifier-url-remote-git": "git remote set-url origin 'https://borispipo@github.com/borispipo/smart-eneo.git'", "update": "npm i @emotion/react@latest @fto-consult/common@latest react-native-big-list@latest apexcharts@latest file-saver@latest google-libphonenumber@latest react-native-paper@latest react-native-paper-dates@latest react-native-mime-types@latest tippy.js@latest xlsx@latest && npm run update-apexchart && npm run find-licenses" }, "bin": { "expo-ui": "bin/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/borispipo/expo-ui.git" }, "keywords": [ "Expo", "React-Native" ], "author": "Boris Fouomene", "license": "ISC", "bugs": { "url": "https://github.com/borispipo/expo-ui/issues" }, "homepage": "https://github.com/borispipo/expo-ui#readme", "dependencies": { "@emotion/react": "^11.13.3", "@faker-js/faker": "^8.0.2", "@fto-consult/common": "^4.6.8", "@fto-consult/node-utils": "^1.9.3", "apexcharts": "^3.53.0", "file-saver": "^2.0.5", "google-libphonenumber": "^3.2.38", "html2canvas": "^1.4.1", "htmlparser2-without-node-native": "^3.9.2", "is-plain-obj": "^4.1.0", "jsbarcode": "^3.11.6", "prop-types": "^15.8.1", "react-content-loader": "^6.2.1", "react-native-big-list": "^1.6.1", "react-native-iphone-x-helper": "^1.3.1", "react-native-mime-types": "^2.5.0", "react-native-paper": "^5.12.5", "react-native-paper-dates": "^0.22.25", "sanitize-filename": "^1.6.3", "tippy.js": "^6.3.7", "xlsx": "^0.18.5" }, "devDependencies": { "@babel/plugin-proposal-export-namespace-from": "^7.18.9", "@expo/metro-config": "~0.17.1", "babel-plugin-module-resolver": "^5.0.0", "sharp-cli": "^2.1.1" } }