-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 850 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
{
"name": "inbrowserlocalimageconvert",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.3",
"@playwright/test": "^1.60.0",
"@types/papaparse": "^5.5.2",
"axe-core": "^4.11.4",
"jsdom": "^29.1.1",
"papaparse": "^5.5.3",
"playwright": "^1.60.0",
"typescript": "~6.0.2",
"vite": "^8.0.12",
"vitest": "^4.1.6"
},
"dependencies": {
"heic2any": "^0.0.4",
"jszip": "^3.10.1",
"tesseract.js": "^5.1.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz"
}
}