-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1.04 KB
/
package.json
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
{
"name": "imageconverter",
"version": "1.0.0",
"description": "Just right click your .heif/ .heic image and select \"Convert this image to JPEG\". It converts it to a jpeg file using the same location.",
"type": "module",
"private": true,
"scripts": {
"build": "vite --mode production build",
"dev": "vite --mode development build --sourcemap true --minify false",
"watch": "vite --mode development build --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/major-mayer/imageconverter.git"
},
"author": "Major-Mayer",
"license": "ISC",
"bugs": {
"url": "https://github.com/major-mayer/imageconverter/issues"
},
"homepage": "https://github.com/major-mayer/imageconverter#readme",
"dependencies": {
"@mdi/svg": "^7.4.47",
"@nextcloud/auth": "^2.4.0",
"@nextcloud/dialogs": "^5.3.7",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.8.0",
"@nextcloud/router": "^3.0.1"
},
"devDependencies": {
"@nextcloud/vite-config": "^1.4.2",
"vite": "^5.4.2"
}
}