@fto-consult/expo-ui 8.74.0 → 8.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,108 +1,108 @@
1
- {
2
- "name": "@fto-consult/expo-ui",
3
- "version": "8.74.0",
4
- "description": "Bibliothèque de composants UI Expo,react-native",
5
- "react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
6
- "scripts": {
7
- "clear-npx-cache": "npx clear-npx-cache",
8
- "publish1": "npm publish --access=public",
9
- "unpublish": "npm -f unpublish @fto-consult/expo-ui",
10
- "build-web": "",
11
- "start": "npx expo start --dev --no-minify",
12
- "start-d": "npx expo start -c --no-dev --no-minify",
13
- "start-p": "npm run start-d",
14
- "start-no-minify": "npx expo start --no-dev --minify",
15
- "start-no-dev": "npx expo start --no-dev --minify",
16
- "expo-start-client": "npx expo start --dev --no-minify --dev-client",
17
- "generate-jsonconfig": "node ./bin/generate-jsonconfig.js",
18
- "start-m": "npx expo start - c--dev--no -minify",
19
- "android": "npx expo start --android -c",
20
- "ios": "npx expo start --ios",
21
- "web": "npx expo start --web",
22
- "web-c": "npx expo start --web -c",
23
- "eject": "expo eject",
24
- "emulator": "npm run android-emulator",
25
- "web-server": "npx serve web-build",
26
- "build-android": "eas build --clear-cache -p android --profile preview",
27
- "build-android-local": "eas build --platform android --local",
28
- "build-android-dist": "eas build --clear-cache -p android",
29
- "build-ios": "eas build --clear-cache -p ios --profile preview",
30
- "build-ios-dist": "eas build --clear-cache -p ios",
31
- "install-apk": "adb -s emulator-5554 install myapp.apk",
32
- "android-emulator": "emulator -avd EMULATOR",
33
- "flipper": "npx cross-env METRO_SERVER_PORT=19000 E:\\Studies\\react-native\\debugger\\Flipper-win\\Flipper.exe",
34
- "test:build": "electron-webpack && electron-builder --dir -c.compression=store -c.mac.identity=null",
35
- "compile-electron": "webpack --env platform=electron",
36
- "compile-electron-p": "webpack --config ./electron/webpack.config.js --mode=production",
37
- "electron": "electron ./electron",
38
- "logcat": "adb -d logcat com.ftc.apps.salite1:E > errors.txt",
39
- "logcat-export": "adb -d logcat com.ftc.apps.salite1 *:S > logcat.txt",
40
- "electron-c": "npm run compile-electron && npm run electron",
41
- "electron-p": "npm run compile-electron-p && npm run electron",
42
- "find-licenses": "node ./bin/find-licenses.js",
43
- "fix-dependencies": "expo-cli doctor --fix-dependencies",
44
- "expo-fix": "npx expo install --fix",
45
- "update-apexchart": "node ./bin/update-appex-chart.js",
46
- "test-bin": "node ./bin/index.js",
47
- "update-appexchart": "npm run update-apexchart",
48
- "delete-node-modules": "rimraf ./**/node_modules",
49
- "dev": "npx expo start --no-dev --minify -c",
50
- "modifier-url-remote-git": "git remote set-url origin 'https://borispipo@github.com/borispipo/smart-eneo.git'",
51
- "update": "npm i @fto-consult/common@latest react-native-web react-native-big-list@latest apexcharts@latest file-saver@latest google-libphonenumber@latest react-native-iphone-x-helper@latest react-native-mime-types@latest react-native-paper@latest react-native-paper-dates@latest react-virtuoso@latest tippy.js@latest xlsx@latest && npm run update-apexchart && npm run find-licenses"
52
- },
53
- "bin": {
54
- "expo-ui": "bin/index.js"
55
- },
56
- "repository": {
57
- "type": "git",
58
- "url": "git+https://github.com/borispipo/expo-ui.git"
59
- },
60
- "keywords": [
61
- "Expo",
62
- "React-Native"
63
- ],
64
- "author": "Boris Fouomene",
65
- "license": "ISC",
66
- "bugs": {
67
- "url": "https://github.com/borispipo/expo-ui/issues"
68
- },
69
- "homepage": "https://github.com/borispipo/expo-ui#readme",
70
- "dependencies": {
71
- "@emotion/react": "^11.11.1",
72
- "@faker-js/faker": "^8.0.2",
73
- "@fto-consult/common": "^4.45.0",
74
- "@fto-consult/expo-ui": "^8.73.1",
75
- "apexcharts": "^3.48.0",
76
- "file-saver": "^2.0.5",
77
- "google-libphonenumber": "^3.2.34",
78
- "html2canvas": "^1.4.1",
79
- "htmlparser2-without-node-native": "^3.9.2",
80
- "is-plain-obj": "^4.1.0",
81
- "jsbarcode": "^3.11.6",
82
- "prop-types": "^15.8.1",
83
- "react-content-loader": "^6.2.1",
84
- "react-dom": "^18.2.0",
85
- "react-native-big-list": "^1.6.1",
86
- "react-native-iphone-x-helper": "^1.3.1",
87
- "react-native-mime-types": "^2.5.0",
88
- "react-native-paper": "^5.12.3",
89
- "react-native-paper-dates": "^0.22.7",
90
- "react-native-web": "^0.19.10",
91
- "react-virtuoso": "^4.7.9",
92
- "readable-stream": "^4.5.2",
93
- "sanitize-filename": "^1.6.3",
94
- "tippy.js": "^6.3.7",
95
- "xlsx": "^0.18.5"
96
- },
97
- "devDependencies": {
98
- "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
99
- "@expo/metro-config": "~0.17.1",
100
- "@expo/webpack-config": "^19.0.1",
101
- "babel-plugin-inline-dotenv": "^1.7.0",
102
- "babel-plugin-module-resolver": "^5.0.0",
103
- "crypto-browserify": "^3.12.0",
104
- "sharp-cli": "^2.1.1",
105
- "stream-browserify": "^3.0.0",
106
- "vm": "^0.1.0"
107
- }
108
- }
1
+ {
2
+ "name": "@fto-consult/expo-ui",
3
+ "version": "8.75.0",
4
+ "description": "Bibliothèque de composants UI Expo,react-native",
5
+ "react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
6
+ "scripts": {
7
+ "clear-npx-cache": "npx clear-npx-cache",
8
+ "publish1": "npm publish --access=public",
9
+ "unpublish": "npm -f unpublish @fto-consult/expo-ui",
10
+ "build-web": "",
11
+ "start": "npx expo start --dev --no-minify",
12
+ "start-d": "npx expo start -c --no-dev --no-minify",
13
+ "start-p": "npm run start-d",
14
+ "start-no-minify": "npx expo start --no-dev --minify",
15
+ "start-no-dev": "npx expo start --no-dev --minify",
16
+ "expo-start-client": "npx expo start --dev --no-minify --dev-client",
17
+ "generate-jsonconfig": "node ./bin/generate-jsonconfig.js",
18
+ "start-m": "npx expo start - c--dev--no -minify",
19
+ "android": "npx expo start --android -c",
20
+ "ios": "npx expo start --ios",
21
+ "web": "npx expo start --web",
22
+ "web-c": "npx expo start --web -c",
23
+ "eject": "expo eject",
24
+ "emulator": "npm run android-emulator",
25
+ "web-server": "npx serve web-build",
26
+ "build-android": "eas build --clear-cache -p android --profile preview",
27
+ "build-android-local": "eas build --platform android --local",
28
+ "build-android-dist": "eas build --clear-cache -p android",
29
+ "build-ios": "eas build --clear-cache -p ios --profile preview",
30
+ "build-ios-dist": "eas build --clear-cache -p ios",
31
+ "install-apk": "adb -s emulator-5554 install myapp.apk",
32
+ "android-emulator": "emulator -avd EMULATOR",
33
+ "flipper": "npx cross-env METRO_SERVER_PORT=19000 E:\\Studies\\react-native\\debugger\\Flipper-win\\Flipper.exe",
34
+ "test:build": "electron-webpack && electron-builder --dir -c.compression=store -c.mac.identity=null",
35
+ "compile-electron": "webpack --env platform=electron",
36
+ "compile-electron-p": "webpack --config ./electron/webpack.config.js --mode=production",
37
+ "electron": "electron ./electron",
38
+ "logcat": "adb -d logcat com.ftc.apps.salite1:E > errors.txt",
39
+ "logcat-export": "adb -d logcat com.ftc.apps.salite1 *:S > logcat.txt",
40
+ "electron-c": "npm run compile-electron && npm run electron",
41
+ "electron-p": "npm run compile-electron-p && npm run electron",
42
+ "find-licenses": "node ./bin/find-licenses.js",
43
+ "fix-dependencies": "expo-cli doctor --fix-dependencies",
44
+ "expo-fix": "npx expo install --fix",
45
+ "update-apexchart": "node ./bin/update-appex-chart.js",
46
+ "test-bin": "node ./bin/index.js",
47
+ "update-appexchart": "npm run update-apexchart",
48
+ "delete-node-modules": "rimraf ./**/node_modules",
49
+ "dev": "npx expo start --no-dev --minify -c",
50
+ "modifier-url-remote-git": "git remote set-url origin 'https://borispipo@github.com/borispipo/smart-eneo.git'",
51
+ "update": "npm i @fto-consult/common@latest react-native-web react-native-big-list@latest apexcharts@latest file-saver@latest google-libphonenumber@latest react-native-iphone-x-helper@latest react-native-mime-types@latest react-native-paper@latest react-native-paper-dates@latest react-virtuoso@latest tippy.js@latest xlsx@latest && npm run update-apexchart && npm run find-licenses"
52
+ },
53
+ "bin": {
54
+ "expo-ui": "bin/index.js"
55
+ },
56
+ "repository": {
57
+ "type": "git",
58
+ "url": "git+https://github.com/borispipo/expo-ui.git"
59
+ },
60
+ "keywords": [
61
+ "Expo",
62
+ "React-Native"
63
+ ],
64
+ "author": "Boris Fouomene",
65
+ "license": "ISC",
66
+ "bugs": {
67
+ "url": "https://github.com/borispipo/expo-ui/issues"
68
+ },
69
+ "homepage": "https://github.com/borispipo/expo-ui#readme",
70
+ "dependencies": {
71
+ "@emotion/react": "^11.11.1",
72
+ "@faker-js/faker": "^8.0.2",
73
+ "@fto-consult/common": "^4.46.7",
74
+ "@fto-consult/expo-ui": "^8.73.1",
75
+ "apexcharts": "^3.48.0",
76
+ "file-saver": "^2.0.5",
77
+ "google-libphonenumber": "^3.2.34",
78
+ "html2canvas": "^1.4.1",
79
+ "htmlparser2-without-node-native": "^3.9.2",
80
+ "is-plain-obj": "^4.1.0",
81
+ "jsbarcode": "^3.11.6",
82
+ "prop-types": "^15.8.1",
83
+ "react-content-loader": "^6.2.1",
84
+ "react-dom": "^18.2.0",
85
+ "react-native-big-list": "^1.6.1",
86
+ "react-native-iphone-x-helper": "^1.3.1",
87
+ "react-native-mime-types": "^2.5.0",
88
+ "react-native-paper": "^5.12.3",
89
+ "react-native-paper-dates": "^0.22.7",
90
+ "react-native-web": "^0.19.10",
91
+ "react-virtuoso": "^4.7.9",
92
+ "readable-stream": "^4.5.2",
93
+ "sanitize-filename": "^1.6.3",
94
+ "tippy.js": "^6.3.7",
95
+ "xlsx": "^0.18.5"
96
+ },
97
+ "devDependencies": {
98
+ "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
99
+ "@expo/metro-config": "~0.17.1",
100
+ "@expo/webpack-config": "^19.0.1",
101
+ "babel-plugin-inline-dotenv": "^1.7.0",
102
+ "babel-plugin-module-resolver": "^5.0.0",
103
+ "crypto-browserify": "^3.12.0",
104
+ "sharp-cli": "^2.1.1",
105
+ "stream-browserify": "^3.0.0",
106
+ "vm": "^0.1.0"
107
+ }
108
+ }