-
Notifications
You must be signed in to change notification settings - Fork 655
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.18 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.18 KB
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
{
"private": true,
"name": "@safe-global/safe-wallet",
"version": "1.0.1",
"workspaces": [
"expo-plugins/*",
"apps/*",
"config/*",
"packages/*",
"tools/codemods/*"
],
"scripts": {
"lint": "turbo run lint --",
"type-check": "turbo run type-check --",
"test": "turbo run test --",
"test:scripts": "yarn workspace @safe-global/web jest --config ../../scripts/jest.config.cjs",
"eslint": "yarn workspaces foreach --all -pt run eslint",
"prettier": "prettier --check . --config ./.prettierrc --ignore-path ./.prettierignore",
"prettier:fix": "prettier --write . --config ./.prettierrc --ignore-path ./.prettierignore",
"verify": "node scripts/verify.mjs",
"verify:web": "node scripts/verify.mjs --workspace=web",
"verify:changed": "node scripts/verify.mjs --changed",
"verify:changed:web": "node scripts/verify.mjs --changed --workspace=web",
"postinstall": "husky"
},
"resolutions": {
"motion": "12.34.0",
"@ledgerhq/context-module/ethers": "6.17.0",
"@gnosis.pm/zodiac/ethers": "6.17.0",
"@ledgerhq/device-signer-kit-ethereum/ethers": "6.17.0",
"@cowprotocol/events": "1.3.0",
"@ethersproject/signing-key/elliptic": "^6.6.1",
"stylus": "0.64.0",
"viem": "2.52.2",
"isows": "1.0.7",
"webpack": "5.97.1",
"react-native-quick-base64": "2.2.2",
"@tamagui/image@npm:2.0.0-rc.26": "patch:@tamagui/image@npm%3A2.0.0-rc.26#~/.yarn/patches/@tamagui-image-npm-2.0.0-rc.26-04087a216c.patch"
},
"devDependencies": {
"@storybook/builder-webpack5": "^10.2.6",
"@storybook/react": "^10.2.6",
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1",
"husky": "^9.1.6",
"lint-staged": "^16.2.7",
"msw": "^2.7.3",
"prettier": "^3.6.2",
"storybook": "^10.2.7",
"turbo": "^2.9.14"
},
"dependenciesMeta": {
"cypress": {
"built": true
},
"next": {
"built": true
}
},
"packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42",
"dependencies": {
"@yarnpkg/types": "^4.0.1"
},
"msw": {
"workerDirectory": [
"apps/web/public"
]
}
}