-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
148 lines (148 loc) · 5.28 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "owallet",
"description": "OWallet: Cosmos x EVM in one Wallet",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"apps/*"
]
},
"scripts": {
"git:update": "git submodule update --recursive && git pull",
"bootstrap": "lerna bootstrap",
"setup:mobile": "yarn && yarn build:libs && cd packages/mobile && yarn build:provider && yarn pod:install",
"dev": "lerna run dev --parallel --ignore @owallet/extension --ignore @owallet/mobile --ignore @owallet/wc-client-example",
"clean:setup": "yarn clean:all && yarn setup:mobile",
"clean": "lerna run clean --parallel && rimraf node_modules && yarn clean:watchman",
"clean:all": "rimraf yarn.lock && yarn clean",
"clean:watchman": "watchman watch-del-all",
"build": "lerna run build",
"rebuild": "lerna run rebuild",
"build:libs": "yarn build:btc && lerna run build --ignore @owallet/extension --ignore @owallet/proto-types --ignore @owallet/bitcoin --ignore @owallet/wc-client-example --include-dependencies --stream",
"postinstall": "yarn update:libs && patch-package && rimraf node_modules/crypto && yarn workspace mobile postinstall",
"update:libs": "node ./scripts/update-inj.js",
"build:proto": "lerna run build --scope @owallet/proto-types",
"build:btc": "lerna run build --scope @owallet/bitcoin",
"test": "lerna run test --parallel",
"build:clean": "yarn clean && yarn install --frozen-lockfile && lerna run build",
"lint-test": "lerna run lint-test",
"lint-fix": "lerna run lint-fix",
"ci": "yarn install --frozen-lockfile && yarn build && yarn workspace mobile typecheck && yarn test",
"ci-lint": "yarn install --frozen-lockfile && yarn lint-test",
"prepare": "husky install"
},
"keywords": [],
"author": "Oraichain",
"license": "Apache-2.0",
"devDependencies": {
"@oasisprotocol/client": "^1.0.0",
"@oasisprotocol/client-rt": "^1.0.0",
"@octokit/core": "^3.5.1",
"@oraichain/common-contracts-build": "^1.0.35",
"@oraichain/common-contracts-sdk": "^1.0.31",
"@oraichain/cw-simulate": "^2.8.76",
"@oraichain/oraidex-common": "^1.1.23",
"@oraichain/oraidex-contracts-build": "^1.0.22",
"@oraichain/oraidex-contracts-sdk": "^1.0.33",
"@oraichain/oraidex-universal-swap": "^1.1.12",
"@types/jest": "29.5.3",
"@types/node": "^16.6.2",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"cross-env": "^5.2.0",
"dotenv": "^16.3.1",
"esbuild": "^0.19.2",
"esbuild-node-tsc": "^2.0.5",
"eslint": "^7.0.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^24.0.0",
"fetch-retry": "^6.0.0",
"firebase-tools": "^10.2.2",
"folder-hash": "^4.0.2",
"human-standard-token-abi": "2.0.0",
"husky": "^8.0.0",
"is-valid-domain": "0.1.6",
"jest": "29.6.1",
"lerna": "^7.1.5",
"lint-staged": "^10.5.4",
"mobx-react-lite": "^3",
"patch-package": "^6.4.7",
"postinstall": "~0.11.0",
"prettier": "^2.2.1",
"punycode": "^1.4.1",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18",
"rimraf": "^6.0.1",
"semver": "^7.3.5",
"ts-jest": "29.1.1",
"ts-loader": "^8.0.14",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"zx": "^4.2.0"
},
"resolutions": {
"@ledgerhq/hw-transport": "6.27.2",
"@ledgerhq/devices": "^7.0.0",
"webpack": "5.88.1",
"@types/react": "16.14.4",
"@cosmjs/crypto": "^0.24.0-alpha.25",
"@iov/crypto": "2.1.0",
"libsodium": "file:./etc/noop",
"libsodium-wrappers": "file:./etc/noop",
"node-sass": "file:./etc/noop",
"@ethersproject/abstract-provider": "=5.6.0",
"@ethersproject/abstract-signer": "=5.6.0",
"@ethersproject/address": "=5.6.0",
"@ethersproject/bignumber": "=5.6.0",
"@ethersproject/bytes": "=5.6.0",
"@ethersproject/hash": "=5.6.0",
"@ethersproject/hdnode": "=5.6.0",
"@ethersproject/json-wallets": "=5.6.0",
"@ethersproject/keccak256": "=5.6.0",
"@ethersproject/logger": "=5.6.0",
"@ethersproject/properties": "=5.6.0",
"@ethersproject/random": "=5.6.0",
"@ethersproject/signing-key": "=5.6.0",
"@ethersproject/transactions": "=5.6.0",
"@ethersproject/abi": "=5.6.0",
"@ethersproject/wordlists": "=5.6.0",
"@ethersproject/networks": "=5.6.0",
"@ethersproject/sha2": "=5.6.0",
"@ethersproject/rlp": "=5.6.0",
"@ethersproject/strings": "=5.6.0",
"@ethersproject/base64": "=5.6.0",
"@ethersproject/basex": "=5.6.0",
"@ethersproject/pbkdf2": "=5.6.0",
"@ethersproject/constants": "=5.6.0",
"browserify-sign": "4.2.2",
"mobx": "6.13.1",
"mobx-react-lite": "4.0.7",
"mobx-utils": "6.0.8",
"react": "18.2.0",
"tronweb": "5.3.2",
"axios": "1.7.2",
"axios-extensions": "3.1.7",
"react-dom": "18.2.0",
"web3": "1.7.4",
"web3-utils": "1.7.4",
"ws": "8.17.1"
},
"browser": {
"assert": false
},
"version": "0.0.0",
"lint-staged": {
"*.ts": [
"prettier --write \"packages/**/*.ts\""
],
"*.tsx": [
"prettier --write \"packages/**/*.tsx\""
]
},
"packageManager": "[email protected]"
}