-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 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
{
"name": "流畅阅读",
"description": "拥有基于上下文语境的人工智能翻译引擎,为网站提供更加友好的翻译,让所有人都能够拥有基于母语般的阅读体验",
"private": true,
"version": "0.0.10",
"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",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@wxt-dev/storage": "^1.0.1",
"crypto-js": "^4.2.0",
"element-plus": "^2.9.3",
"franc-min": "^6.2.0",
"js-beautify": "^1.15.1",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@types/webextension-polyfill": "^0.12.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vuepress/client": "2.0.0-rc.19",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vite-plugin-imagemin": "^0.6.1",
"vitepress": "^1.6.3",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0",
"vuepress": "2.0.0-rc.19",
"wxt": "^v0.18.15"
}
}