Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a81cba79

Přidáno uživatelem Michal Schwob před více než 1 rok

DEBUG: Prebuild package added
re #10822

Zobrazit rozdíly:

eas.json
14 14
    },
15 15
    "preview2": {
16 16
      "android": {
17
        "gradleCommand": ":app:assembleRelease"
17
        "gradleCommand": ":app:assembleDebug"
18 18
      }
19 19
    },
20 20
    "preview3": {
package-lock.json
15 15
        "@reduxjs/toolkit": "^1.9.3",
16 16
        "axios": "^1.5.1",
17 17
        "expo": "^49.0.13",
18
        "expo-build-properties": "~0.8.3",
18 19
        "expo-splash-screen": "^0.20.5",
19 20
        "expo-status-bar": "~1.6.0",
20 21
        "native-base": "^3.4.28",
......
7216 7217
        "node": ">=8"
7217 7218
      }
7218 7219
    },
7220
    "node_modules/ajv": {
7221
      "version": "8.12.0",
7222
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
7223
      "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
7224
      "dependencies": {
7225
        "fast-deep-equal": "^3.1.1",
7226
        "json-schema-traverse": "^1.0.0",
7227
        "require-from-string": "^2.0.2",
7228
        "uri-js": "^4.2.2"
7229
      },
7230
      "funding": {
7231
        "type": "github",
7232
        "url": "https://github.com/sponsors/epoberezkin"
7233
      }
7234
    },
7219 7235
    "node_modules/anser": {
7220 7236
      "version": "1.4.10",
7221 7237
      "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz",
......
8930 8946
        "url-parse": "^1.5.9"
8931 8947
      }
8932 8948
    },
8949
    "node_modules/expo-build-properties": {
8950
      "version": "0.8.3",
8951
      "resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-0.8.3.tgz",
8952
      "integrity": "sha512-kEDDuAadHqJTkvCGK4fXYHVrePiJO1DjyW95AicmwuGwQvGJydYFbuoauf9ybAU+4UH4arhbce8gHI3ZpIj3Jw==",
8953
      "dependencies": {
8954
        "ajv": "^8.11.0",
8955
        "semver": "^7.5.3"
8956
      },
8957
      "peerDependencies": {
8958
        "expo": "*"
8959
      }
8960
    },
8961
    "node_modules/expo-build-properties/node_modules/lru-cache": {
8962
      "version": "6.0.0",
8963
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
8964
      "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
8965
      "dependencies": {
8966
        "yallist": "^4.0.0"
8967
      },
8968
      "engines": {
8969
        "node": ">=10"
8970
      }
8971
    },
8972
    "node_modules/expo-build-properties/node_modules/semver": {
8973
      "version": "7.5.4",
8974
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
8975
      "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
8976
      "dependencies": {
8977
        "lru-cache": "^6.0.0"
8978
      },
8979
      "bin": {
8980
        "semver": "bin/semver.js"
8981
      },
8982
      "engines": {
8983
        "node": ">=10"
8984
      }
8985
    },
8986
    "node_modules/expo-build-properties/node_modules/yallist": {
8987
      "version": "4.0.0",
8988
      "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
8989
      "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
8990
    },
8933 8991
    "node_modules/expo-constants": {
8934 8992
      "version": "14.4.2",
8935 8993
      "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-14.4.2.tgz",
......
11179 11237
        "is-buffer": "~1.1.1"
11180 11238
      }
11181 11239
    },
11240
    "node_modules/json-schema-traverse": {
11241
      "version": "1.0.0",
11242
      "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
11243
      "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
11244
    },
11182 11245
    "node_modules/json-stringify-safe": {
11183 11246
      "version": "5.0.1",
11184 11247
      "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
......
13699 13762
        "once": "^1.3.1"
13700 13763
      }
13701 13764
    },
13765
    "node_modules/punycode": {
13766
      "version": "2.3.0",
13767
      "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
13768
      "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
13769
      "engines": {
13770
        "node": ">=6"
13771
      }
13772
    },
13702 13773
    "node_modules/qrcode-terminal": {
13703 13774
      "version": "0.11.0",
13704 13775
      "resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz",
......
15524 15595
        "browserslist": ">= 4.21.0"
15525 15596
      }
15526 15597
    },
15598
    "node_modules/uri-js": {
15599
      "version": "4.4.1",
15600
      "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
15601
      "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
15602
      "dependencies": {
15603
        "punycode": "^2.1.0"
15604
      }
15605
    },
15527 15606
    "node_modules/url-join": {
15528 15607
      "version": "4.0.0",
15529 15608
      "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.0.tgz",
......
21115 21194
        "indent-string": "^4.0.0"
21116 21195
      }
21117 21196
    },
21197
    "ajv": {
21198
      "version": "8.12.0",
21199
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
21200
      "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
21201
      "requires": {
21202
        "fast-deep-equal": "^3.1.1",
21203
        "json-schema-traverse": "^1.0.0",
21204
        "require-from-string": "^2.0.2",
21205
        "uri-js": "^4.2.2"
21206
      }
21207
    },
21118 21208
    "anser": {
21119 21209
      "version": "1.4.10",
21120 21210
      "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz",
......
22436 22526
        "url-parse": "^1.5.9"
22437 22527
      }
22438 22528
    },
22529
    "expo-build-properties": {
22530
      "version": "0.8.3",
22531
      "resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-0.8.3.tgz",
22532
      "integrity": "sha512-kEDDuAadHqJTkvCGK4fXYHVrePiJO1DjyW95AicmwuGwQvGJydYFbuoauf9ybAU+4UH4arhbce8gHI3ZpIj3Jw==",
22533
      "requires": {
22534
        "ajv": "^8.11.0",
22535
        "semver": "^7.5.3"
22536
      },
22537
      "dependencies": {
22538
        "lru-cache": {
22539
          "version": "6.0.0",
22540
          "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
22541
          "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
22542
          "requires": {
22543
            "yallist": "^4.0.0"
22544
          }
22545
        },
22546
        "semver": {
22547
          "version": "7.5.4",
22548
          "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
22549
          "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
22550
          "requires": {
22551
            "lru-cache": "^6.0.0"
22552
          }
22553
        },
22554
        "yallist": {
22555
          "version": "4.0.0",
22556
          "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
22557
          "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
22558
        }
22559
      }
22560
    },
22439 22561
    "expo-constants": {
22440 22562
      "version": "14.4.2",
22441 22563
      "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-14.4.2.tgz",
......
24120 24242
        }
24121 24243
      }
24122 24244
    },
24245
    "json-schema-traverse": {
24246
      "version": "1.0.0",
24247
      "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
24248
      "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
24249
    },
24123 24250
    "json-stringify-safe": {
24124 24251
      "version": "5.0.1",
24125 24252
      "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
......
25962 26089
        "once": "^1.3.1"
25963 26090
      }
25964 26091
    },
26092
    "punycode": {
26093
      "version": "2.3.0",
26094
      "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
26095
      "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA=="
26096
    },
25965 26097
    "qrcode-terminal": {
25966 26098
      "version": "0.11.0",
25967 26099
      "resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz",
......
27311 27443
        "picocolors": "^1.0.0"
27312 27444
      }
27313 27445
    },
27446
    "uri-js": {
27447
      "version": "4.4.1",
27448
      "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
27449
      "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
27450
      "requires": {
27451
        "punycode": "^2.1.0"
27452
      }
27453
    },
27314 27454
    "url-join": {
27315 27455
      "version": "4.0.0",
27316 27456
      "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.0.tgz",
package.json
4 4
  "main": "node_modules/expo/AppEntry.js",
5 5
  "scripts": {
6 6
    "start": "expo start",
7
    "android": "expo start --android",
8
    "ios": "expo start --ios",
7
    "android": "expo run:android",
8
    "ios": "expo run:ios",
9 9
    "web": "expo start --web"
10 10
  },
11 11
  "dependencies": {
......
35 35
    "react-redux": "^8.0.5",
36 36
    "redux": "^4.2.1",
37 37
    "redux-persist-transform-encrypt": "^5.0.0",
38
    "typescript": "^5.2.2"
38
    "typescript": "^5.2.2",
39
    "expo-build-properties": "~0.8.3"
39 40
  },
40 41
  "devDependencies": {
41 42
    "@babel/core": "^7.20.0",

Také k dispozici: Unified diff