-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
44 lines (44 loc) · 1.03 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": "boomb",
"version": "2.0.0",
"author": "xiejiahe",
"repository": {
"type": "git",
"url": "https://github.com/xjh22222228/boomb.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.7.2",
"bytes": "^3.1.2",
"clipboard": "^2.0.11",
"element-plus": "^2.7.4",
"js-base64": "^3.7.7",
"lodash.debounce": "^4.0.8",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"sass": "^1.77.4",
"uuid": "^9.0.1",
"viewerjs": "^1.11.6",
"vue": "^3.4.21",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/bytes": "^3.1.4",
"@types/lodash.debounce": "^4.0.9",
"@types/nprogress": "^0.2.3",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
}
}