-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"audit:a11y": "lhci autorun",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@lhci/cli": "^0.15.1",
"@tailwindcss/vite": "^4.2.1",
"@types/dompurify": "^3.0.5",
"@types/file-saver": "^2.0.7",
"@types/qrcode": "^1.5.6",
"@vitest/coverage-v8": "^4.0.18",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.1",
"vite": "^7.0.7",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.0.18"
},
"overrides": {
"serialize-javascript": ">=7.0.3"
},
"dependencies": {
"@vitejs/plugin-vue": "^6.0.4",
"dompurify": "^3.3.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.5.207",
"qrcode": "^1.5.4",
"tesseract.js": "^7.0.0",
"typescript": "^5.9.3",
"vue": "^3.5.29",
"vue-router": "^4.5.0"
}
}