forked from DimensionDev/Maskbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
163 lines (163 loc) · 6.76 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "mask-network",
"packageManager": "[email protected]",
"engines": {
"node": ">=18.7.0",
"pnpm": ">=7.7.0",
"yarn": ">=999.0.0",
"npm": ">=999.0.0"
},
"version": "2.16.4",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"start": "dev",
"start:mv2": "dev --mv2",
"start:mv3": "dev --mv3",
"start:fx": "dev --preset firefox",
"codegen": "gulp codegen-watch",
"build": "build",
"build-ios": "build --preset iOS",
"build:mv3": "build --mv3",
"lint": "eslint -c packages/.eslintrc.json packages --ext .ts,.tsx,.js --cache --fix --cache-strategy content",
"lint:ci": "eslint -c packages/.eslintrc.json packages --ext .ts,.tsx,.js --cache --cache-strategy content",
"lint:ci-report": "pnpm run lint:ci --format=junit --output-file=reports/junit/eslint-results.xml --max-warnings=0",
"postinstall": "gulp fix-lockfile",
"prepare": "husky install",
"svgo": "svgo packages/icons/*/*.svg",
"test": "vitest",
"spellcheck": "cspell lint --no-must-find-files"
},
"dependencies": {
"@dimensiondev/holoflows-kit": "0.9.0-20221128033345-3a4bb0c",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
"@emotion/serialize": "1.1.0",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.4",
"@emotion/utils": "1.2.0",
"@masknet/kit": "0.1.0",
"@mui/base": "5.0.0-alpha.100",
"@mui/icons-material": "5.10.6",
"@mui/lab": "5.0.0-alpha.102",
"@mui/material": "5.10.8",
"@mui/system": "5.10.8",
"@types/masknet__global-types": "workspace:^",
"@types/react": "18.0.19",
"@types/react-dom": "^18.0.9",
"@typescript/lib-dom": "npm:@types/web@^0.0.78",
"i18next": "^22.0.6",
"lodash-es": "^4.17.21",
"react": "0.0.0-experimental-d1e35c703-20221110",
"react-dom": "0.0.0-experimental-d1e35c703-20221110",
"react-i18next": "^12.0.0",
"ses": "0.17.0",
"ts-results-es": "3.5.0"
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@dimensiondev/eslint-plugin": "0.0.2-20220516081411-2649814",
"@magic-works/i18n-codegen": "^0.4.1",
"@masknet/cli": "workspace:^",
"@masknet/config": "workspace:^",
"@masknet/serializer": "workspace:^",
"@nice-labs/git-rev": "^3.5.1",
"@swc/core": "1.3.11",
"@types/lodash-es": "^4.17.6",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/experimental-utils": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitest/coverage-c8": "^0.25.3",
"@vitest/ui": "^0.25.3",
"c8": "^7.12.0",
"cross-fetch": "3.1.5",
"cspell": "^6.15.0",
"eslint": "8.28.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tss-unused-classes": "^0.0.4",
"eslint-plugin-unicorn": "^45.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"gulp": "^4.0.2",
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"msw": "^0.49.1",
"prettier": "^2.8.0",
"svgo": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "5.0.0-dev.20221202",
"vite": "^3.2.4",
"vitest": "^0.25.3"
},
"pnpm": {
"overrides": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"cross-fetch": "3.1.5",
"cross-blob": "3.0.1",
"i18next-translation-parser>html-parse-stringify2": "github:locize/html-parse-stringify2#d463109433b2c49c74a081044f54b2a6a1ccad7c",
"[email protected]>bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934",
"@mui/base": "5.0.0-alpha.100",
"@protobufjs/inquire": "1.1.0",
"@ethersproject/providers": "5.7.2",
"reflect-metadata": "0.1.13"
},
"override comments": {
"ipfs-utils": "see https://github.com/ipfs/js-ipfs-utils/issues/158",
"i18next-translation-parser": "see https://github.com/i18next/i18next-translation-parser/issues/11 we manually pin the commit",
"@ethersproject/providers": "@balancer-labs/sor is pinning a lower version which breaks the type check"
},
"onlyBuiltDependencies": [],
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom",
"@types/node",
"@babel/core",
"webextension-polyfill",
"prop-types",
"@mui/material",
"typescript"
],
"allowedVersions": {
"react": "0.0.0-experimental-d1e35c703-20221110",
"react-dom": "0.0.0-experimental-d1e35c703-20221110"
}
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@uniswap/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"@snapshot-labs/[email protected]": "patches/@[email protected]",
"@ceramicnetwork/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"@ethersphere/[email protected]": "patches/@[email protected]",
"@emotion/[email protected]": "patches/@[email protected]",
"@emotion/[email protected]": "patches/@[email protected]",
"@emotion/[email protected]": "patches/@[email protected]",
"@mui/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"@hookform/[email protected]": "patches/@[email protected]",
"@types/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"@project-serum/[email protected]": "patches/@[email protected]",
"@types/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"@cyberlab/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"@walletconnect/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}