-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "bower-bird",
"version": "0.0.0",
"description": "描述写的不错。",
"type": "module",
"scripts": {
"dev": "wxt",
"build": "wxt build"
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"core-js": "3.37.1",
"crypto-js": "^4.2.0",
"css-selector-generator": "^3.6.7",
"element-plus": "^2.7.3",
"highlight.js": "^11.9.0",
"nprogress": "0.2.0",
"prettier": "^3.2.5",
"sortablejs": "1.15.2",
"uuid": "9.0.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vuedraggable": "4.0.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"devDependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@types/chrome": "^0.0.268",
"@types/core-js": "^2.5.8",
"@types/crypto-js": "^4.2.2",
"@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.8",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.4",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite-plugin-html-minifier": "^1.0.4",
"wxt": "^0.18.2"
}
}