-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 1.81 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 1.81 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "meta-mosaic",
"version": "1.1.1",
"description": "A simple and responsive React component to create interactive image mosaics with metadata popups, background images, and click-to-enlarge dialogs.",
"homepage": "https://meta-mosaic-showcase.vercel.app",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"./style.css": "./dist/meta-mosaic.css"
},
"keywords": [
"react",
"image",
"mosaic",
"popup",
"gallery",
"photo viewer",
"react library",
"react",
"mosaic",
"gallery",
"image-gallery",
"image-grid",
"responsive-grid",
"photo-gallery",
"image-mosaic",
"popup",
"dialog",
"metadata",
"react-component",
"grid-layout",
"image-layout",
"portfolio",
"showcase",
"tiling-window",
"window-manager",
"lightbox",
"photo-viewer",
"mosaic npm",
"react image mosaic",
"react canvas mosaic",
"react",
"react component",
"react photo",
"react-photo-view",
"photo",
"image",
"photo preview",
"image preview",
"gallery",
"carousel",
"ui",
"reactcomponent",
"typescript",
"tiling-window-manager",
"window-manager",
"react-image-mosaic",
"mosaic",
"react mosaic npm",
"react-mosaic"
],
"author": "Arbaj Ansari",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/A-Coder02/meta-mosaic"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"vite": "^5.0.0",
"@vitejs/plugin-react": "^4.6.0"
}
}