-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@vercel/analytics": "^1.6.1",
"colorthief": "^2.6.0",
"cropperjs": "^1.6.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.19",
"diff": "^8.0.2",
"echarts": "^5.6.0",
"file-saver": "^2.0.5",
"fix-webm-duration": "^1.0.6",
"jsbarcode": "^3.12.1",
"jspdf": "^3.0.4",
"jszip": "^3.10.1",
"normalize.css": "^8.0.1",
"otpauth": "^9.4.1",
"papaparse": "^5.5.3",
"pdf-lib": "^1.17.1",
"peerjs": "^1.5.5",
"piexifjs": "^1.0.6",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"qrcode": "^1.5.4",
"tesseract.js": "^6.0.1",
"vue": "^3.5.22",
"vue-echarts": "^7.0.3",
"vue-router": "^4.6.0",
"wavesurfer.js": "^7.11.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@unocss/transformer-directives": "^66.5.9",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-vue": "^9.32.0",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"sass": "^1.83.0",
"stylelint": "^15.2.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^9.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-order": "^6.0.4",
"typescript": "~5.6.2",
"unocss": "^0.65.3",
"unplugin-auto-import": "^20.2.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^6.0.5",
"vue-tsc": "^2.2.0"
}
}