-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.63 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
{
"name": "wieners-tools",
"version": "0.2.0",
"private": true,
"description": "Browser-native image toolkit — compress, convert, edit, generate. 100% client-side.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@imgly/background-removal": "^1.5.5",
"@types/bcryptjs": "^2.4.6",
"@types/js-yaml": "^4.0.9",
"bcryptjs": "^3.0.3",
"browser-image-compression": "^2.0.2",
"clsx": "^2.1.1",
"colorthief": "^2.4.0",
"exifreader": "^4.23.7",
"gifenc": "^1.0.3",
"gifuct-js": "^2.1.2",
"heic2any": "^0.0.4",
"imagetracerjs": "^1.2.6",
"js-yaml": "^4.1.1",
"lucide-react": "^0.469.0",
"matter-js": "^0.20.0",
"mermaid": "^11.15.0",
"motion": "^11.15.0",
"next": "latest",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^4.10.38",
"pica": "^9.0.1",
"piexifjs": "^1.0.6",
"postprocessing": "^6.36.4",
"qrcode": "^1.5.4",
"react": "latest",
"react-dom": "latest",
"react-image-crop": "^11.0.7",
"sql-formatter": "^15.7.3",
"svgo": "^3.3.2",
"tesseract.js": "^5.1.1",
"three": "^0.170.0"
},
"devDependencies": {
"@tailwindcss/postcss": "latest",
"@types/matter-js": "^0.19.8",
"@types/node": "latest",
"@types/pica": "^9.0.4",
"@types/qrcode": "^1.5.5",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/three": "^0.170.0",
"eslint": "latest",
"eslint-config-next": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}