-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "vue3-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"axios": "^1.4.0",
"browser-image-compression": "^2.0.2",
"dayjs": "^1.11.9",
"echarts": "^5.4.3",
"element-plus": "^2.3.8",
"ffmpeg.js": "^4.2.9003",
"i": "^0.3.7",
"jspdf": "^2.5.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-loading-overlay": "^6.0.3",
"vue-router": "^4.2.4",
"vue-webcam": "^2.0.4",
"vue3-esign": "^1.0.6",
"web3": "^4.14.0"
},
"devDependencies": {
"@types/node": "^20.4.5",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"less": "^4.1.3",
"terser": "^5.19.2",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vue-tsc": "^2.0.22"
}
}