-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.77 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
{
"name": "react-image-lightbox-rotate",
"version": "1.2.0",
"description": "Rotate wrapper for react-image-lightbox",
"main": "dist/umd/react-image-lightbox.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=development ./node_modules/.bin/webpack-dev-server --hot --inline --config webpack.config.dev.babel.js",
"build": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --config webpack.config.umd.babel.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Horat1us/react-image-lightbox-rotate.git"
},
"keywords": [
"react",
"image",
"lightbox",
"rotate",
"react-component"
],
"author": "Alexander Letnikow",
"license": "MIT",
"bugs": {
"url": "https://github.com/Horat1us/react-image-lightbox-rotate/issues"
},
"homepage": "https://github.com/Horat1us/react-image-lightbox-rotate#readme",
"dependencies": {
"prop-types": "^15.6.0",
"react-image-lightbox": "^4.3.0"
},
"devDependencies": {
"cross-env": "^5.1.3",
"autoprefixer": "^7.1.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.28.0",
"isomorphic-style-loader": "^2.0.0",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^1.3.1",
"sass-loader": "^6.0.6",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}