forked from swapkit/SwapKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
172 lines (172 loc) · 5.11 KB
/
package.json
File metadata and controls
172 lines (172 loc) · 5.11 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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"commitlint": {
"extends": [
"@commitlint/config-lerna-scopes"
]
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/eslint-parser": "7.21.3",
"@changesets/assemble-release-plan": "5.2.3",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.1",
"@commitlint/cli": "17.6.1",
"@commitlint/config-lerna-scopes": "17.4.2",
"@evilmartians/lefthook": "1.3.10",
"@size-limit/file": "8.2.4",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"prettier": "2.8.8",
"react": "18.2.0",
"size-limit": "8.2.4",
"turbo": "1.9.3",
"typescript": "5.0.4"
},
"name": "swapkit",
"packageManager": "yarn@3.2.1",
"prettier": {
"bracketSameLine": true,
"bracketSpacing": true,
"printWidth": 100,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
},
"private": true,
"publishConfig": {
"access": "restricted"
},
"resolutions": {
"@changesets/assemble-release-plan": "patch:@changesets/assemble-release-plan@npm:5.2.3#.yarn/patches/@changesets-assemble-release-plan-npm-5.2.3-296454a28f.patch",
"@changesets/cli": "patch:@changesets/cli@npm:2.26.0#.yarn/patches/@changesets-cli-npm-2.26.0-49d5c5f72d.patch",
"@ethersproject/abstract-signer@5.7.0": "patch:@ethersproject/abstract-signer@npm:5.7.0#.yarn/patches/@ethersproject-abstract-signer-npm-5.7.0-f61d0a970e.patch",
"cipher-base@1.0.4": "patch:cipher-base@npm:1.0.4#.yarn/patches/cipher-base-npm-1.0.4-2e98b97140.patch",
"sr25519@0.2.0": "patch:sr25519@npm:0.2.0#.yarn/patches/sr25519-npm-0.2.0-c9939c5c8a.patch",
"typeforce": "patch:typeforce@npm:1.18.0#.yarn/patches/typeforce-npm-1.18.0-372e34e2a2.patch"
},
"scripts": {
"build": "NODE_OPTIONS=--max_old_space_size=32768 turbo run build --cache-dir=./.turbo-cache",
"bump:development": "yarn changeset && yarn changeset version",
"bump:release": "yarn changeset pre exit && yarn changeset && yarn changeset version",
"changelog": "yarn changeset",
"dev:vite": "turbo run dev --concurrency=20",
"generate": "yarn internal/generator generate",
"lint": "turbo run lint",
"publish-packages": "turbo run build lint --cache-dir=./.turbo-cache && changeset version && changeset publish",
"test": "turbo run test",
"ci": "turbo run build lint test --cache-dir=./.turbo-cache",
"test:coverage": "turbo run test:coverage",
"version-development": "yarn changeset version",
"version-release": "yarn changeset pre exit && yarn changeset version"
},
"size-limit": [
{
"path": "./packages/keystore/dist/index.cjs",
"limit": "200 KB"
},
{
"path": "./packages/keystore/dist/index.es.js",
"limit": "200 KB"
},
{
"path": "./packages/ledger/dist/index.cjs",
"limit": "1.5 MB"
},
{
"path": "./packages/ledger/dist/index.es.js",
"limit": "1.5 MB"
},
{
"path": "./packages/swapkit-core/dist/index.cjs",
"limit": "200 KB"
},
{
"path": "./packages/swapkit-core/dist/index.es.js",
"limit": "200 KB"
},
{
"path": "./packages/swapkit-entities/dist/index.cjs",
"limit": "100 KB"
},
{
"path": "./packages/swapkit-entities/dist/index.es.js",
"limit": "100 KB"
},
{
"path": "./packages/toolbox-cosmos/dist/index.cjs",
"limit": "1 MB"
},
{
"path": "./packages/toolbox-cosmos/dist/index.es.js",
"limit": "1 MB"
},
{
"path": "./packages/toolbox-evm/dist/index.cjs",
"limit": "200 KB"
},
{
"path": "./packages/toolbox-evm/dist/index.es.js",
"limit": "200 KB"
},
{
"path": "./packages/toolbox-utxo/dist/index.cjs",
"limit": "400 KB"
},
{
"path": "./packages/toolbox-utxo/dist/index.es.js",
"limit": "400 KB"
},
{
"path": "./packages/trezor/dist/index.cjs",
"limit": "1.7 MB"
},
{
"path": "./packages/trezor/dist/index.es.js",
"limit": "2.2 MB"
},
{
"path": "./packages/types/dist/index.cjs",
"limit": "100 KB"
},
{
"path": "./packages/types/dist/index.es.js",
"limit": "100 KB"
},
{
"path": "./packages/trustwallet/dist/index.cjs",
"limit": "500 KB"
},
{
"path": "./packages/trustwallet/dist/index.es.js",
"limit": "500 KB"
},
{
"path": "./packages/web-extensions/dist/index.cjs",
"limit": "1 MB"
},
{
"path": "./packages/web-extensions/dist/index.es.js",
"limit": "1 MB"
}
],
"type": "module",
"version": "0.0.0",
"workspaces": [
"apps/*",
"internal/*",
"packages/*"
]
}