-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1011 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1011 Bytes
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
{
"name": "web-save",
"description": "一个简易的网页保存工具",
"private": true,
"version": "0.0.8",
"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"
},
"dependencies": {
"dayjs": "^1.11.19",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.532.0",
"nanoid": "^5.1.5",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2",
"vue": "^3.5.13",
"webdav": "^5.8.0"
},
"devDependencies": {
"@types/jszip": "^3.4.1",
"@types/lodash-es": "^4.17.12",
"@types/turndown": "^5.0.5",
"@wxt-dev/module-vue": "^1.0.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "5.6.3",
"vue-tsc": "^2.2.10",
"wxt": "^0.20.6"
}
}