-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1010 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1010 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "zoomora",
"version": "1.2.1",
"description": "A modern, responsive lightbox plugin with zoom, fullscreen, and gallery features",
"type": "module",
"main": "dist/zoomora.umd.js",
"module": "dist/zoomora.es.js",
"files": [
"dist",
"src",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/fronttheme/zoomora.git"
},
"bugs": {
"url": "https://github.com/fronttheme/zoomora/issues"
},
"homepage": "https://github.com/fronttheme/zoomora#readme",
"keywords": [
"lightbox",
"gallery",
"zoom",
"image-viewer",
"responsive",
"fullscreen",
"video",
"youtube",
"wordpress"
],
"author": "Faruk Ahmed (https://fronttheme.com)",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"clean": "rm -rf dist"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"sass": "^1.89.2",
"vite": "^7.0.4"
}
}