-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
74 lines (74 loc) · 2.02 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
{
"name": "learn-helper",
"version": "4.6.2",
"author": "Harry Chen",
"license": "MIT",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Harry-Chen/Learn-Helper"
},
"scripts": {
"dev": "wxt",
"build:chrome": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip:chrome": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"clean": "wxt clean",
"postinstall": "wxt prepare",
"check": "biome check",
"lingui:extract": "lingui extract"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@lingui/cli": "^4.11.4",
"@lingui/swc-plugin": "^4.0.10",
"@lingui/vite-plugin": "^4.11.4",
"@mdx-js/rollup": "^3.0.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/chrome": "^0.0.271",
"@types/mdx": "^2.0.13",
"@types/node": "^22.5.5",
"@types/randomstring": "^1.3.0",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/redux-logger": "^3.0.13",
"@vitejs/plugin-react-swc": "^3.7.0",
"randomstring": "^1.3.0",
"remark-mdx-images": "^3.0.0",
"remark-unwrap-images": "^4.0.0",
"rollup-preserve-directives": "^1.1.1",
"terser": "^5.33.0",
"typescript": "^5.6.2",
"unplugin-icons": "^0.19.3",
"vite-plugin-chunk-split": "^0.5.0",
"wxt": "^0.19.9"
},
"dependencies": {
"@iconify-json/fa6-solid": "^1.2.0",
"@lingui/core": "^4.11.4",
"@lingui/macro": "^4.11.4",
"@lingui/react": "^4.11.4",
"@mui/material": "^6.1.1",
"@reduxjs/toolkit": "^2.2.7",
"classnames": "^2.5.1",
"compare-versions": "^6.1.1",
"fake-parse5": "^0.0.1",
"material-ui-popup-state": "^5.3.1",
"notistack": "^3.0.1",
"proxy-memoize": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-iframe": "^1.8.5",
"react-redux": "^9.1.2",
"redux-logger": "^3.0.6",
"thu-learn-lib": "^3.2.1",
"wouter": "^3.3.5"
},
"resolutions": {
"@swc/core": "1.7"
}
}