react-image-cycling-tool
Version:
React component used to cycle throw a series of images seemlessly.
43 lines (42 loc) • 1.25 kB
JSON
{
"name": "react-image-cycling-tool",
"author": "phil lagambino",
"version": "1.0.2",
"description": "React component used to cycle throw a series of images seemlessly.",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"license": "WTFPL",
"keywords": [
"Canvas",
"Backgrounds",
"React"
],
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^3.6.0",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"react": "^16.14.0",
"react-dom": "^16.0.0",
"style-loader": "^1.3.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {}
}