-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 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
{
"name": "快速填充表单工具",
"description": "一款现代轻量的浏览器插件,辅助您在浏览器中方便填写您的常用信息",
"private": true,
"version": "1.0.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",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"spellcheck": "cspell src/**/*.*",
"check": "bun fmt && bun lint:fix && bun spellcheck",
"commit": "git-cz",
"prepare": "husky"
},
"config": {
"commitizen": {
"path": "cz-git",
"useEmoji": true
}
},
"dependencies": {
"@commitlint/config-conventional": "^20.3.1",
"@iconify/json": "^2.2.433",
"@tailwindcss/vite": "^4.1.18",
"@vue-dnd-kit/core": "^1.7.0",
"@vueuse/core": "^14.1.0",
"commitizen": "^4.3.1",
"cz-git": "^1.12.0",
"element-plus": "^2.13.1",
"husky": "^9.1.7",
"nanoid": "^5.1.6",
"tailwindcss": "^4.1.18",
"vue": "^3.5.26"
},
"devDependencies": {
"@iconify/tailwind4": "^1.2.1",
"@wxt-dev/module-vue": "^1.0.3",
"oxfmt": "^0.24.0",
"oxlint": "^1.39.0",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.2",
"wxt": "^0.20.13"
}
}