forked from DimensionDev/Maskbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 4.83 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
{
"name": "mask-network",
"packageManager": "[email protected]",
"engines": {
"node": ">=17.0.0",
"pnpm": ">=7.7.0",
"yarn": ">=999.0.0",
"npm": ">=999.0.0"
},
"version": "2.10.0",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"start": "dev",
"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": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"test:debug": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runInBand",
"test:update": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js -u",
"spellcheck": "cspell lint --no-must-find-files"
},
"dependencies": {
"@dimensiondev/holoflows-kit": "^0.9.0-20220807034934-68f04f1",
"@dimensiondev/kit": "0.0.0-20220617045824-8bc7a27",
"@emotion/cache": "11.9.3",
"@emotion/react": "11.9.3",
"@emotion/serialize": "1.0.4",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.9.3",
"@emotion/utils": "1.1.0",
"@mui/icons-material": "5.8.0",
"@mui/lab": "5.0.0-alpha.82",
"@mui/material": "5.8.0",
"@mui/system": "5.8.0",
"@types/masknet__global-types": "workspace:*",
"@types/react": "18.0.15",
"@types/react-dom": "^18.0.6",
"@types/web": "^0.0.70",
"i18next": "^21.8.16",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash-unified": "1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^11.16.9",
"ses": "0.15.17",
"ts-results": "3.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@dimensiondev/eslint-plugin": "0.0.2-20220516081411-2649814",
"@jest/globals": "^28.1.3",
"@magic-works/i18n-codegen": "^0.2.0",
"@masknet/cli": "workspace:*",
"@masknet/serializer": "workspace:*",
"@nice-labs/git-rev": "^3.5.0",
"@swc/core": "^1.2.218",
"@types/lodash-es": "^4.17.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/experimental-utils": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"cspell": "^6.5.0",
"eslint": "8.20.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-unused-imports": "^2.0.0",
"gulp": "^4.0.2",
"husky": "^8.0.1",
"jest": "^28.1.3",
"lint-staged": "^13.0.2",
"prettier": "^2.7.1",
"svgo": "^2.8.0",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.8.0-beta"
},
"pnpm": {
"overrides": {
"@types/node": "^17.0.34",
"@types/react": "18.0.9",
"cross-fetch": "3.1.5",
"cross-blob": "3.0.1"
},
"onlyBuiltDependencies": [],
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom",
"@types/node",
"@babel/core",
"webextension-polyfill",
"prop-types",
"@mui/material",
"typescript"
],
"allowedVersions": {
"react": "18",
"react-dom": "18"
}
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"@emotion/[email protected]": "patches/@[email protected]",
"@emotion/[email protected]": "patches/@[email protected]",
"@emotion/[email protected]": "patches/@[email protected]",
"@emotion/[email protected]": "patches/@[email protected]",
"@emotion/[email protected]": "patches/@[email protected]",
"@emotion/[email protected]": "patches/@[email protected]",
"[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]",
"[email protected]": "patches/[email protected]"
}
}
}