-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
50 lines (50 loc) · 3.33 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "vexl-next",
"packageManager": "[email protected]",
"workspaces": [
"packages/*",
"apps/*",
"tooling/*"
],
"scripts": {
"turbo:clean": "turbo clean && rm -rf ./node_modules/.cache",
"turbo:format": "turbo format --continue -- --cache --cache-location='node_modules/.cache/.prettiercache'",
"turbo:test": "turbo test --continue -- --cache --cache-location='node_modules/.cache/.prettiercache'",
"turbo:format:fix": "turbo format --continue -- --write --cache --cache-location='node_modules/.cache/.prettiercache'",
"turbo:lint": "turbo lint --continue -- --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg check",
"turbo:lint:fix": "turbo lint --continue -- --fix --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg fix",
"turbo:typecheck": "turbo typecheck",
"turbo:check-code": "yarn turbo format lint typecheck",
"utils:sync-translations": "yarn workspace @vexl-next/localizations utils:sync",
"utils:add-translation": "yarn workspace @vexl-next/localizations utils:add",
"notification-service:build-docker-image": "./scripts/build-app-docker-image.sh notification-service",
"location-service:build-docker-image": "./scripts/build-app-docker-image.sh location-service",
"btc-exchange-rate-service:build-docker-image": "./scripts/build-app-docker-image.sh btc-exchange-rate-service",
"user-service:build-docker-image": "./scripts/build-app-docker-image.sh user-service",
"chat-service:build-docker-image": "./scripts/build-app-docker-image.sh chat-service",
"dashboard-app:build-docker-image": "./scripts/build-app-docker-image.sh dashboard-app",
"offer-service:build-docker-image": "./scripts/build-app-docker-image.sh offer-service",
"metrics-service:build-docker-image": "./scripts/build-app-docker-image.sh metrics-service",
"postinstall": "manypkg check"
},
"private": true,
"dependencies": {
"@manypkg/cli": "^0.21.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"eslint": "^8.50.0",
"firebase-admin": "^12.3.1",
"prettier": "^3.3.2",
"tsx": "^4.16.0",
"turbo": "^1.11.3"
},
"resolutions": {
"react-native-quick-crypto@^0.5.0": "patch:react-native-quick-crypto@npm%3A0.5.0#./.yarn/patches/react-native-quick-crypto-npm-0.5.0-6b2835ed1e.patch",
"react-native-quick-base64@^2.0.5": "patch:react-native-quick-base64@npm%3A2.0.5#./.yarn/patches/react-native-quick-base64-npm-2.0.5-8355f57fab.patch",
"[email protected]": "patch:expo-image-picker@npm%3A14.7.1#./.yarn/patches/expo-image-picker-npm-14.7.1-e9e43aab59.patch",
"react-native-quick-crypto@^0.6.1": "patch:react-native-quick-crypto@patch%3Areact-native-quick-crypto@npm%253A0.6.1%23./.yarn/patches/react-native-quick-crypto-npm-0.6.1-02196a3db2.patch%3A%3Aversion=0.6.1&hash=206c92&locator=vexl-next%2540workspace%253A.#./.yarn/patches/react-native-quick-crypto-patch-8ba5266875.patch",
"[email protected]": "patch:react-native-screenshot-prevent@npm%3A1.1.9#./.yarn/patches/react-native-screenshot-prevent-npm-1.1.9-b09a78f908.patch",
"crypto-browserify@^3.12.0": "patch:crypto-browserify@npm%3A3.12.0#./.yarn/patches/crypto-browserify-npm-3.12.0-bed454fef0.patch",
"crypto-browserify@^3.11.0": "patch:crypto-browserify@npm%3A3.12.0#./.yarn/patches/crypto-browserify-npm-3.12.0-bed454fef0.patch"
}
}