-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 902 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 902 Bytes
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
{
"name": "tools",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@types/qrcode": "^1.5.6",
"apca-w3": "^0.1.9",
"colorparsley": "^0.1.8",
"culori": "^4.0.2",
"exifr": "^7.1.3",
"jsqr": "^1.4.0",
"lucide-vue-next": "^1.0.0",
"qrcode": "^1.5.4",
"vue": "^3.5.13",
"vue-i18n": "^9.14.5",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^4.1.2",
"@vue/test-utils": "^2.4.6",
"canvas": "^3.2.3",
"jsdom": "^29.0.1",
"playwright": "^1.58.2",
"typescript": "~5.6.2",
"vite": "^6.2.0",
"vitest": "^4.1.2",
"vitest-canvas-mock": "^1.1.4",
"vue-tsc": "^2.2.0"
}
}