forked from web-dahuyou/NiceTab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.97 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
{
"name": "nice-tab",
"description": "开源的标签页管理器,OneTab、Toby、SessionBuddy 等扩展的升级替代品,功能丰富易用 | A nice, convenient, powerful tab manager (open source)",
"private": true,
"version": "2.7.6",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt --mode production -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare",
"lint": "eslint 'entrypoints/**/*.{js,jsx,ts,tsx}' --fix=false"
},
"dependencies": {
"@ant-design/colors": "^7.0.2",
"@ant-design/cssinjs": "^1.23.0",
"@ant-design/icons": "^5.3.6",
"@atlaskit/pragmatic-drag-and-drop": "^1.1.7",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.1",
"antd": "^5.16.4",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.11",
"emoji-regex": "^10.3.0",
"file-saver": "^2.0.5",
"hotkeys-js": "^3.13.7",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"rc-virtual-list": "^3.18.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^6.6.8",
"react-router-dom": "^6.23.0",
"react-virtuoso": "^4.10.4",
"styled-components": "^6.1.8",
"vite-plugin-svgr": "^4.3.0",
"webdav": "^5.7.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/yargs-parser": "^21.0.3",
"@typescript-eslint/parser": "^8.35.0",
"@wxt-dev/module-react": "^1.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "^3.6.2",
"typescript": "^5.5.4",
"vite": ">=6.1.6",
"wxt": "^0.19.29",
"yargs-parser": "^21.1.1"
}
}