forked from Ngineer101/react-image-video-lightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
35
36
37
38
39
40
41
42
{
"name": "react-image-video-lightbox",
"version": "3.0.1",
"description": "A React lightbox that supports videos, images and pinch zooming on images. Optimized for mobile UI with swiping, but can be used on desktop as well.",
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo"
},
"keywords": [
"lightbox",
"react",
"pinch",
"zoom",
"swiping",
"mobile",
"desktop",
"video",
"image"
],
"author": "Ngineer101 <[email protected]>",
"license": "MIT",
"repository": "https://github.com/Ngineer101/react-image-video-lightbox",
"bugs": "https://github.com/Ngineer101/react-image-video-lightbox/issues",
"files": [
"css",
"es",
"lib",
"umd"
],
"peerDependencies": {
"react": ">= 16.x < 19"
},
"devDependencies": {
"nwb": "0.25.x",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}