-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.25 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
{
"$schema": "https://www.schemastore.org/package.json",
"name": "iloveimg-studio",
"version": "1.1.0",
"description": "Private, browser-based image conversion, compression, and editing tools",
"author": "Codezela Technologies <info@codezela.com> (https://codezela.com)",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"axios": "^1.11.0",
"baseline-browser-mapping": "^2.10.0",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"vite": "^7.0.7"
},
"dependencies": {
"@ffmpeg/core": "^0.12.10",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@inertiajs/vue3": "^2.2.17",
"@sentry/browser": "^10.39.0",
"@sentry/vue": "^10.39.0",
"@squoosh/lib": "^0.4.0",
"@vitejs/plugin-vue": "^6.0.1",
"autoprefixer": "^10.4.22",
"exif-js": "^2.3.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"libheif-js": "^1.19.8",
"postcss": "^8.5.6",
"vue": "^3.5.24"
}
}