-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
120 lines (120 loc) · 5.23 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "universe",
"version": "0.0.0",
"dependencies": {
"@babel/runtime": "7.18.9",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@crowdin/cli": "3.14.0",
"@graphql-codegen/cli": "3.2.2",
"@graphql-codegen/client-preset": "1.1.3",
"@graphql-codegen/typescript": "2.8.1",
"@graphql-codegen/typescript-operations": "3.0.2",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@graphql-codegen/typescript-resolvers": "2.7.6",
"@manypkg/cli": "^0.19.2",
"@typechain/ethers-v5": "7.2.0",
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "5.59.2",
"concurrently": "^7.6.0",
"danger": "11.2.6",
"dotenv-cli": "^7.0.0",
"eslint": "8.44.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-no-relative-import-paths": "1.5.2",
"get-graphql-schema": "2.1.2",
"husky": "8.0.3",
"i18next": "21.9.1",
"i18next-parser": "8.6.0",
"is-ci": "^3.0.1",
"lint-staged": "^13.1.0",
"prettier": "latest",
"prompts": "2.4.2",
"semantic-release": "^20.1.0",
"semantic-release-monorepo": "^7.0.5",
"syncpack": "^8.5.14",
"turbo": "latest",
"typechain": "5.2.0",
"underscore.string": "3.3.6",
"undici": "5.19.1"
},
"engines": {
"node": "=18.12.1",
"yarn": ">=3.2.3",
"npm": "please-use-yarn"
},
"manypkg": {
"ignoredRules": [
"INTERNAL_MISMATCH"
]
},
"packageManager": "[email protected]",
"private": true,
"resolutions": {
"@react-navigation/routers": "6.1.9",
"@react-navigation/core": "6.2.2",
"@sideway/formula": "3.0.1",
"@xmldom/xmldom": "0.7.7",
"esbuild": "0.19.3",
"jpeg-js": "0.4.4",
"json5": "2.2.2",
"is-core-module": "2.13.0",
"node-fetch": "2.6.7",
"qs": "6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"[email protected]": "patch:react-native-fast-image@npm%3A8.6.3#./.yarn/patches/react-native-fast-image-npm-8.6.3-03ee2d23c0.patch",
"react-native-svg": "13.8.0",
"react-native-web": "0.18.12",
"react-refresh": "^0.14.0",
"resolve": "1.22.4",
"semver": "7.5.2",
"typescript": "4.9.4",
"ua-parser-js": "0.7.33",
"webpack": "^5.74.0",
"xml2js": "0.5.0",
"yaml": "2.2.2",
"@shopify/[email protected]": "patch:@shopify/flash-list@npm%3A1.4.3#./.yarn/patches/@shopify-flash-list-npm-1.4.3-dc03c28fdd.patch",
"[email protected]": "patch:react-native@npm%3A0.71.11#./.yarn/patches/react-native-npm-0.71.11-c31ec9c2e7.patch",
"[email protected]": "patch:expo-local-authentication@npm%3A13.0.2#./.yarn/patches/expo-local-authentication-npm-13.0.2-e7639a51e4.patch",
"@gorhom/[email protected]": "patch:@gorhom/bottom-sheet@npm%3A4.4.7#./.yarn/patches/@gorhom-bottom-sheet-npm-4.4.7-1316853536.patch",
"[email protected]": "patch:react-native-context-menu-view@npm%3A1.6.0#./.yarn/patches/react-native-context-menu-view-npm-1.6.0-f5f5410f50.patch"
},
"scripts": {
"contracts:compile": "typechain --target ethers-v5 --out-dir packages/wallet/src/abis/types './packages/wallet/src/abis/**/*.json'",
"g:build": "turbo run build --concurrency=100%",
"g:check:deps": "manypkg check",
"g:check:circular": "turbo run check:circular --parallel",
"g:format:deps": "syncpack format",
"g:lint": "turbo run lint --parallel && yarn workspace wallet eslint src/i18n/locales/en-US.json",
"g:lint:fix": "turbo run lint:fix --parallel && yarn workspace wallet eslint src/i18n/locales/en-US.json --fix",
"g:rm:local-packages": "rm -rf ./node_modules/utilities ./node_modules/wallet ./node_modules/ui",
"g:rm:nodemodules": "rm -rf node_modules",
"g:run-fast-checks": "turbo run typecheck lint build --parallel",
"g:run-all-checks": "turbo run typecheck lint test build check:circular --parallel",
"g:test": "turbo run test --parallel",
"g:snapshots": "turbo run snapshots --parallel",
"g:typecheck": "turbo run typecheck --parallel",
"graphql:generate": "graphql-codegen --config codegen.ts",
"graphql:schema": "get-graphql-schema https://api.uniswap.org/v1/graphql -h Origin=https://app.uniswap.org > ./packages/wallet/src/data/__generated__/schema.graphql",
"i18n:extract": "i18next",
"i18n:_upload": "crowdin upload --token=$CROWDIN_ACCESS_TOKEN",
"i18n:upload": "dotenv -e .env.defaults -c -- yarn run i18n:_upload",
"i18n:_download": "crowdin download --token=$CROWDIN_ACCESS_TOKEN",
"i18n:download": "dotenv -e .env.defaults -c -- yarn run i18n:_download",
"lfg": "yarn && yarn contracts:compile && yarn mobile env:local:download && yarn web env:local:download && yarn g:build && yarn mobile pod && yarn mobile graphql:generate:swift && yarn mobile ios",
"mobile": "yarn workspace @uniswap/mobile",
"postinstall": "husky install",
"staged:lint:fix": "eslint --fix",
"ui:build:icons": "yarn workspace ui build:icons",
"upgrade:next": "manypkg upgrade next && manypkg upgrade eslint-config-next",
"upgrade:rnw": "manypkg upgrade react-native-web",
"upgrade:tamagui": "manypkg upgrade tamagui && manypkg upgrade @tamagui && manypkg upgrade tamagui-loader",
"web": "yarn workspace @uniswap/web"
},
"workspaces": [
"apps/*",
"packages/*",
"config/*"
]
}