react-image-slideshow
Version:
A simple image slideshow components with react.js
48 lines (47 loc) • 1.32 kB
JSON
{
"name": "react-image-slideshow",
"version": "1.5.4",
"description": "A simple image slideshow components with react.js",
"author": "Caldis",
"license": "MIT",
"keywords": [
"react",
"react-component",
"image",
"gallery",
"image slideshow",
"slideshow"
],
"repository": {
"type": "git",
"url": "https://github.com/Caldis/react-image-slideshow"
},
"bugs": {
"url": "https://github.com/Caldis/react-image-slideshow/issues"
},
"homepage": "https://github.com/Caldis/react-image-slideshow",
"dependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-portal": "^2.2.1",
"tween.js": "^16.3.5"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"css-loader": "^0.23.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"dev": "webpack-dev-server --content-base example --devtool eval",
"build": "webpack --progress --colors --watch --config webpack.config.js",
"prePublishs": "webpack --progress --colors --watch --config webpack.prepublish.config.js"
}
}