-
Notifications
You must be signed in to change notification settings - Fork 316
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.24 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 3.24 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
{
"name": "mask-network",
"type": "module",
"packageManager": "pnpm@11.0.8",
"engines": {
"node": ">=24",
"yarn": ">=999.0.0",
"npm": ">=999.0.0"
},
"version": "2.35.0",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"start": "dev",
"start-rspack": "dev-rspack",
"start:fx": "dev --manifest firefox-mv3",
"codegen": "gulp codegen-watch",
"build": "build",
"build-rspack": "build-rspack",
"build:mv3": "build --manifest 3",
"lint": "eslint packages --cache --fix",
"lint:ci": "eslint packages --cache --cache-strategy content --fix",
"lint:ci-report": "pnpm run lint:ci --format=junit --output-file=reports/junit/eslint-results.xml --max-warnings=0",
"prepare": "husky",
"svgo": "svgo packages/icons/*/*.svg",
"test": "vitest",
"spellcheck": "cspell lint --no-must-find-files",
"clean": "gulp clean",
"lingui:compile": "lingui compile",
"lingui:extract": "lingui extract",
"lingui": "pnpm run lingui:extract && pnpm run lingui:compile"
},
"dependencies": {
"@dimensiondev/holoflows-kit": "0.9.0-20240322092738-f9180f3",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/serialize": "1.1.4",
"@emotion/styled": "11.11.5",
"@lingui/core": "^6.5.0",
"@lingui/react": "^6.5.0",
"@masknet/kit": "0.4.1",
"@mui/icons-material": "5.15.21",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.20",
"@mui/system": "5.15.20",
"@tanstack/react-query": "^5.49.2",
"@types/masknet__global-types": "workspace:^",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@typescript/lib-dom": "npm:@types/web@^0.0.323",
"buffer": "^6.0.3",
"lodash-es": "^4.17.23",
"react": "0.0.0-experimental-58af67a8f8-20240628",
"react-dom": "0.0.0-experimental-58af67a8f8-20240628",
"ses": "1.14.0",
"ts-results-es": "^4.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint-react/eslint-plugin": "^5.14.1",
"@eslint/js": "^10.0.1",
"@lingui/cli": "^6.5.0",
"@lingui/format-po": "^6.5.0",
"@lingui/swc-plugin": "^6.5.1",
"@masknet/cli": "workspace:^",
"@masknet/config": "workspace:^",
"@masknet/eslint-plugin": "^0.4.1",
"@masknet/typescript-plugin": "workspace:^",
"@nice-labs/git-rev": "^3.5.1",
"@swc/core": "1.15.43",
"@tanstack/eslint-plugin-query": "^5.101.2",
"@types/lodash-es": "^4.17.12",
"@typescript/native-preview": "7.0.0-dev.20260128.1",
"@vitest/ui": "^4.1.10",
"cspell": "^8.17.5",
"eslint": "10.7.0",
"eslint-formatter-junit": "^9.0.1",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-lingui": "^0.14.0",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"eslint-plugin-tss-unused-classes": "^1.0.4",
"eslint-plugin-unicorn": "^71.1.0",
"eslint-plugin-unused-imports": "^4.4.1",
"gulp": "^5.0.0",
"husky": "^9.1.7",
"knip": "^5.45.0",
"lint-staged": "^15.4.3",
"prettier": "^3.6.2",
"svgo": "^3.3.2",
"typescript": "5.9.2",
"typescript-eslint": "^8.63.0",
"vite": "^6.2.0",
"vitest": "^4.1.10"
}
}