react-photoswipe-2
Version:
react photoswipe component base on Photoswipe. Support React >= 16.
87 lines (86 loc) • 2.54 kB
JSON
{
"name": "react-photoswipe-2",
"version": "1.3.2",
"description": "react photoswipe component base on Photoswipe. Support React >= 16.",
"main": "dist/react-photoswipe-2.js",
"scripts": {
"start": "NODE_ENV=development babel-node example/webpack.server.js --hot",
"lint": "NODE_ENV=development eslint .",
"build": "NODE_ENV=production gulp build",
"pub": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anhdn/react-photoswipe-2.git"
},
"bugs": {
"url": "https://github.com/anhdn/react-photoswipe-2/issues"
},
"homepage": "https://github.com/anhdn/react-photoswipe-2#readme",
"keywords": [
"react-component",
"react",
"react16",
"component",
"react-photoswipe",
"photoswipe",
"gallery"
],
"dependencies": {
"classnames": "^2.2.3",
"lodash.pick": "^4.2.1",
"photoswipe": "^4.1.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"autoprefixer": "^7.0.1",
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-react": "^6.24.1",
"bootstrap": "^3.3.7",
"camelcase": "^4.1.0",
"clean-webpack-plugin": "^0.1.9",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"cssnano": "^3.5.2",
"del": "^3.0.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"flux": "^3.1.2",
"globby": "^6.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^7.0.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy": "^1.16.2",
"node-sass": "^4.5.0",
"postcss-loader": "^2.0.5",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-hot-loader": "^1.3.1",
"react-router-dom": "^4.1.1",
"run-sequence": "^1.2.2",
"sass-loader": "^6.0.1",
"style-loader": "^0.18.2",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0",
"webpack-stream": "^3.2.0"
}
}