-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.27 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
{
"name": "web-tool-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node generate-routes-html.cjs",
"indexnow": "node scripts/submit-indexnow.js",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.2",
"@types/pdfjs-dist": "^2.10.377",
"ag-psd": "^31.0.2",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"exifreader": "^4.41.0",
"heic2any": "^0.0.4",
"imagetracerjs": "^1.2.6",
"jszip": "^3.10.1",
"lucide-react": "^1.24.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^6.1.200",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-icons": "^5.7.0",
"spark-md5": "^3.0.2",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.2",
"tesseract.js": "^7.0.0",
"utif": "^3.1.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/spark-md5": "^3.0.5",
"@types/utif": "^3.0.6",
"@types/zxcvbn": "^4.4.5",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"typescript": "~6.0.2",
"vite": "^8.1.1",
"vite-plugin-pwa": "^1.3.0"
}
}