forked from aautio/react-modal-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
43
44
45
46
47
{
"name": "react-modal-image",
"version": "2.3.2",
"description": "Lightweight Lightbox React Component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"es",
"lib"
],
"scripts": {
"build": "nwb build-react-component",
"site": "gh-pages -d demo/dist",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo --port 8888",
"start:static": "http-server demo/dist/ -s -p 8888",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "start-server-and-test start:static http://localhost:8888 cypress:run"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"cypress": "^3.3.1",
"gh-pages": "^2.0.1",
"http-server": "^0.11.1",
"nwb": "^0.23.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"start-server-and-test": "^1.9.1",
"ps-tree": "^1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/aautio/react-modal-image"
},
"author": "Ari Autio <[email protected]>",
"license": "MIT",
"keywords": [
"react-component",
"lightbox",
"modal",
"image",
"react"
]
}