forked from chainapsis/keplr-wallet
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
148 lines (148 loc) · 4.61 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": "fetch-wallet",
"description": "Fetch Wallet is a generic wallet for interacting with the Fetch blockchain network, and other cosmos-based ledgers, and performing Inter-Blockchain Communication (IBC) transactions.",
"private": true,
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/@react-native-*/**",
"**/react-native",
"**/react-native/**",
"**/*-react-native",
"**/react-native-*",
"**/@react-navigation/**",
"**/expo-*",
"**/native-base",
"**/@react-native-async-storage/async-storage",
"**/@ledgerhq/react-native-hw-transport-ble",
"**/jetifier",
"**/@Sentry/**"
]
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"dev": "lerna run dev --parallel",
"clean": "yarn clean:watchman && lerna run clean && rm -rf node_modules && rm -rf build",
"clean:watchman": "watchman watch-del-all",
"build": "lerna run build",
"build:libs": "lerna run build --ignore @keplr-wallet/fetch-extension --ignore companion-app",
"test": "lerna run test --parallel",
"build:clean": "yarn clean && yarn install --immutable && lerna run build",
"lint-test": "lerna run lint-test",
"lint-fix": "lerna run lint-fix",
"ci": "yarn install --immutable && yarn build && yarn test",
"ci-lint": "yarn install --immutable && yarn lint-test",
"pre-commit": "lint-staged",
"__comment__": "There is a problem that `yarn --immutable` cannot be passed in CI because the yarn.lock file includes the monorepo package version. To solve this, check if there are any problems with the yarn.lock file in \"preversion\" and update the yarn.lock file in \"version\"",
"preversion": "yarn --immutable",
"version": "zx ./scripts/lerna-lifecyle-check-version.mjs && yarn && git add yarn.lock",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"pre-commit": [
"pre-commit"
],
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"eslint",
"prettier --check"
],
"*.mdx": [
"eslint",
"prettier --check"
],
"*.mjs": [
"eslint",
"prettier --check"
],
"*.json": [
"eslint",
"prettier --check"
],
"*.{css,scss,sass}": [
"eslint",
"prettier --check"
]
},
"remarkConfig": {
"plugins": [
"@1stg/remark-preset"
]
},
"keywords": [],
"author": "chainapsis",
"license": "Apache-2.0",
"devDependencies": {
"@1stg/remark-preset": "^2.0.0",
"@babel/preset-typescript": "^7.22.5",
"@octokit/core": "^3.5.1",
"@storybook/addon-essentials": "^7.6.2",
"@storybook/addon-interactions": "^7.6.2",
"@storybook/addon-links": "^7.6.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.6.2",
"@storybook/react": "^7.6.2",
"@storybook/react-vite": "^7.6.2",
"@storybook/test": "^7.6.2",
"@types/chrome": "^0.0.271",
"@types/filesystem": "^0.0.32",
"@types/firefox-webext-browser": "^120.0.4",
"@types/jest": "^29.5.3",
"@types/long": "^4.0.1",
"@types/node": "^18.13.0",
"@types/react": "^16.14.4",
"@types/react-dom": "^16.9.11",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"cross-env": "^7.0.3",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "latest",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-unused-imports": "^2.0.0",
"folder-hash": "^4.0.2",
"jest": "^29.6.1",
"lerna": "^3.22.1",
"lint-staged": "^10.5.4",
"mobx": "^6.1.7",
"mobx-react-lite": "^3.2.0",
"mobx-utils": "^6.0.3",
"node-gyp": "^9.3.1",
"pre-commit": "^1.2.2",
"prettier": "^2.8.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"semver": "^7.3.5",
"storybook": "^7.6.2",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5",
"zx": "^4.2.0"
},
"resolutions": {
"react": "18.2.0",
"@types/react": "^16.14.4",
"@types/react-dom": "^16.9.11",
"@iov/crypto": "2.1.0",
"axios": "^0.27.2",
"libsodium": "file:./etc/noop",
"libsodium-wrappers": "file:./etc/noop",
"node-sass": "file:./etc/noop",
"@ethereumjs/common": "2.6.2"
},
"dependencies": {
"@axelar-network/axelarjs-sdk": "^0.13.6",
"@azoyalabs/fns-client": "0.0.3",
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"vite": "^5.0.4"
}
}