-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.44 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.44 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
{
"name": "crow-lightbox-reader",
"version": "0.1.7",
"description": "Lightbox render for image video and song with control of description thumbnail in react ...",
"main": "./lib/CrowLightBoxReader.min.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"comp": " rm -r -f ./lib; mkdir -p ./lib ; cp -f ./src/CrowLightBoxReader.css ./lib/ ; npx babel ./src/CrowLightBoxReader.js -o ./lib/CrowLightBoxReader.js ; minify ./lib ; rm -f ./lib/CrowLightBoxReader.css; mv ./lib/CrowLightBoxReader.min.css ./lib/CrowLightBoxReader.css "
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"minifier": "^0.8.1",
"npx": "^9.7.1"
},
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.0.17"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InitialCrow/crow-lightbox-reader.git"
},
"keywords": [
"react",
"gallery",
"media",
"lightbox",
"video",
"image",
"audio"
],
"author": "InitialCrow",
"license": "MIT",
"bugs": {
"url": "https://github.com/InitialCrow/crow-lightbox-reader/issues"
},
"homepage": "https://github.com/InitialCrow/crow-lightbox-reader#readme"
}