-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "request-master",
"private": true,
"version": "0.0.1",
"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",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"dayjs": "^1.11.13",
"element-plus": "^2.9.5",
"gsap": "^3.13.0",
"hash-sum": "^2.0.0",
"idb": "^8.0.3",
"json-stable-stringify": "^1.3.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"monaco-editor": "0.52.2",
"normalize.css": "^8.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@types/chrome": "^0.0.258",
"@types/hash-sum": "^1.0.2",
"@types/node": "^20.11.19",
"@wxt-dev/module-vue": "^1.0.0",
"sass": "^1.88.0",
"typescript": "^5.8.3",
"unplugin-element-plus": "^0.10.0",
"vitepress": "^1.6.3",
"vue-tsc": "^2.2.4",
"wxt": "^0.20.0"
}
}