-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "words-100-helper",
"type": "module",
"version": "0.0.9",
"private": true,
"description": "新百词斩助手,支持取词翻译、收藏单词等操作(可同步至百词斩APP中)",
"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": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.9.0",
"bootstrap": "^5.3.3",
"element-plus": "^2.6.2",
"js-levenshtein-esm": "^1.2.0",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"stemmer": "^2.0.1",
"urlpattern-polyfill": "^10.0.0",
"vue": "^3.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.11.4",
"@types/lodash-es": "^4.17.12",
"@vitejs/plugin-vue": "^5.0.1",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.0",
"sass": "^1.72.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vue-tsc": "^2.0.6",
"wxt": "^0.18.0"
}
}