@fto-consult/expo-ui 4.2.0 → 4.2.1
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/electron/package.json +45 -32
- package/package.json +2 -2
package/electron/package.json
CHANGED
|
@@ -1,32 +1,45 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "sage-ftc",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Accès distant aux données commerciales et comptables Sage100C de partout",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "test",
|
|
8
|
+
"start": "npx expo start",
|
|
9
|
+
"start-c": "npx expo start -c",
|
|
10
|
+
"build": "npx expo export:web",
|
|
11
|
+
"electron": "node ./expo-ui/bin start electron url=http://localhost:19006/",
|
|
12
|
+
"build-android": "eas build --clear-cache -p android --profile preview",
|
|
13
|
+
"delete-node-modules": "rimraf ./**/node_modules",
|
|
14
|
+
"package": "node ./expo-ui/bin package compile2"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/borispipo/sage-ftc.git"
|
|
19
|
+
},
|
|
20
|
+
"keywords": [
|
|
21
|
+
"XposeFTC",
|
|
22
|
+
"Sage100C",
|
|
23
|
+
"Accès",
|
|
24
|
+
"distant"
|
|
25
|
+
],
|
|
26
|
+
"author": "BorisFouomene@fto-consulting",
|
|
27
|
+
"license": "UNLICENCED",
|
|
28
|
+
"bugs": {
|
|
29
|
+
"url": "https://github.com/borispipo/sage-ftc/issues"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "./",
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@fto-consult/expo-ui": "^4.2.0",
|
|
34
|
+
"react-native": "0.70.5"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
38
|
+
"@babel/preset-react": "^7.18.6",
|
|
39
|
+
"@expo/metro-config": "^0.5.2",
|
|
40
|
+
"@expo/webpack-config": "^0.17.3",
|
|
41
|
+
"babel-plugin-inline-dotenv": "^1.7.0",
|
|
42
|
+
"babel-plugin-module-resolver": "^4.1.0",
|
|
43
|
+
"babel-plugin-transform-inline-environment-variables": "^0.4.4"
|
|
44
|
+
}
|
|
45
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fto-consult/expo-ui",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@emotion/native": "^11.10.0",
|
|
62
62
|
"@expo/html-elements": "^0.2.0",
|
|
63
63
|
"@expo/vector-icons": "^13.0.0",
|
|
64
|
-
"@fto-consult/common": "^2.
|
|
64
|
+
"@fto-consult/common": "^2.19.0",
|
|
65
65
|
"@gorhom/portal": "^1.0.14",
|
|
66
66
|
"@react-native-async-storage/async-storage": "~1.17.3",
|
|
67
67
|
"@react-native-community/datetimepicker": "6.5.2",
|