-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
63 lines (63 loc) · 1.86 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
{
"name": "lemon-tab-page",
"private": true,
"version": "1.8.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"postinstall": "wxt prepare",
"lint:oxlint": "oxlint entrypoints/ types/ utils/ --fix -D correctness --ignore-path .gitignore",
"lint:eslint": "eslint entrypoints/ types/ utils/ --fix",
"lint": "run-s lint:*",
"format": "prettier entrypoints/ locales/ styles/ types/ utils/ --write -u"
},
"dependencies": {
"@vicons/antd": "^0.13.0",
"@vicons/fa": "^0.13.0",
"@vicons/fluent": "^0.13.0",
"@vicons/material": "^0.13.0",
"@vueuse/core": "^12.3.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"dompurify": "^3.2.3",
"element-plus": "^2.9.2",
"jinrishici": "^1.0.6",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"pinia": "^2.3.0",
"uuid": "^11.0.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/chrome": "^0.0.289",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/tsconfig": "^0.7.0",
"@wxt-dev/i18n": "^0.2.3",
"@wxt-dev/module-vue": "^1.0.2",
"eslint": "^9.17.0",
"eslint-plugin-oxlint": "^0.15.5",
"eslint-plugin-vue": "^9.32.0",
"fast-glob": "^3.3.3",
"npm-run-all2": "^7.0.2",
"oxlint": "^0.15.5",
"prettier": "^3.4.2",
"sass-embedded": "^1.83.1",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.7",
"vite-svg-loader": "^5.1.0",
"wxt": "^0.19.23"
},
"packageManager": "[email protected]"
}