{
  "name": "react-revolution",
  "version": "6.0.4",
  "description": "React Revolution - interactive react components",
  "main": "react-revolution.js",
  "scripts": {
    "build": "node node_modules/webpack/bin/webpack.js --config webpack.js --module-bind js=babel-loader --progress --profile --colors --mode production",
    "build:dev": "node node_modules/webpack/bin/webpack.js --config webpack.js --module-bind js=babel-loader --watch-poll --watch --progress --profile --colors --mode development"
  },
  "keywords": [
    "Accordion",
    "Article",
    "ArticleImage",
    "Astronaut404",
    "Box",
    "Breadcrumb",
    "Card",
    "CardScroll",
    "CardScrollCallback",
    "Carousel",
    "Clipboard",
    "Cloud404",
    "CloudMountain404",
    "Container",
    "ContainerCompact",
    "ContainerPopup",
    "ContainerSidebar",
    "CustomSuggestion",
    "DarkLine404",
    "DragDropArea",
    "DragDropList",
    "Filter",
    "FilterMapping",
    "FullScreenListArray",
    "FullScreenListObject",
    "FullScreenOverlay",
    "GlobalMessage",
    "Icon",
    "ImageBox",
    "ImageCarousel",
    "InputAnimation",
    "InputFile",
    "InputFileDragDrop",
    "InputSuggestionArray",
    "InputSuggestionObject",
    "Lightbulb404",
    "ListSwitch",
    "LoadingBoxTop",
    "LoadOnScroll",
    "Menu",
    "MenuDropDown",
    "MenuHeight",
    "MenuHoverX",
    "MenuHoverY",
    "Modal",
    "Overlay",
    "PagerDynamic",
    "PagerStatic",
    "Picture404",
    "Pill",
    "PopupBox",
    "PopupData",
    "PopupHover",
    "Preloader",
    "Range",
    "ReadMore",
    "ReadMoreCallback",
    "Ribbon",
    "RibbonMultiple",
    "ScrollTo",
    "Sidebar",
    "Slider",
    "SliderCard",
    "SliderFullscreen",
    "SliderItem",
    "SourceCode",
    "Star",
    "Step",
    "StepGenerator",
    "StepGeneratorDragDrop",
    "Suggestion",
    "Table",
    "TextWriter",
    "Timeline",
    "Water404",
    "Functions/addGlobalMessage",
    "Functions/disableHtmlScroll",
    "Functions/enableHtmlScroll",
    "Functions/isArray",
    "Functions/isInViewport",
    "Functions/isObject",
    "Functions/scrollTopListener",
    "Functions/scrollToTop",
    "Functions/urlExtract",
    "Functions/uuid",
    "Functions/copyArray",
    "Functions/copyObject",
    "Functions/isBoolean",
    "Functions/isFunction",
    "Functions/isNumber",
    "Functions/isString"
  ],
  "author": "David Janitzek",
  "email": "david.janitzek@gmail.com",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.10.4",
    "babel-preset-es2015": "^6.24.1",
    "css-loader": "^2.1.1",
    "node-sass": "^4.13.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-router-dom": "^4.3.1",
    "sass-loader": "^7.3.1",
    "style-loader": "^0.23.1",
    "webpack": "5.2.0",
    "webpack-cli": "^3.3.12"
  },
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/plugin-transform-runtime": "^7.10.4",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-react": "^7.7.0",
    "babel-loader": "^8.0.6",
    "babel-minify-webpack-plugin": "^0.3.1",
    "babel-polyfill": "^6.26.0",
    "terser-webpack-plugin": "^1.4.1"
  }
}
