UNPKG

react-before-after-slider-component

Version:
55 lines (54 loc) 1.63 kB
{ "name": "react-before-after-slider-component", "version": "1.1.8", "description": "", "main": "dist/build.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:npm": "webpack --config webpack/npm.config.js --mode=production --env production --progress", "build:githubPages": "webpack --config webpack/githubPages.config.js --mode=production --env production --progress", "build:githubPages:serve": "webpack serve --config webpack/githubPages.config.js --mode=development" }, "types": "dist/index.d.ts", "author": "smelesh23@gmail.com", "license": "MIT", "devDependencies": { "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "@types/webpack": "^5.28.0", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^4.0.0-alpha.0", "copy-webpack-plugin": "^9.0.0", "css-loader": "^5.2.6", "html-webpack-plugin": "^5.3.1", "ignore-loader": "^0.1.2", "mini-css-extract-plugin": "^1.6.0", "node-sass": "^6.0.0", "react": "^17.0.1", "react-dom": "^17.0.1", "sass-loader": "^12.1.0", "style-loader": "^2.0.0", "ts-loader": "^9.2.3", "typescript": "^4.3.2", "webpack": "^5.38.1", "webpack-cli": "^4.7.2", "webpack-dev-server": "^4.7.4" }, "peerDependencies": { "react": ">=17.0.2", "react-dom": ">=17.0.2" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:smeleshkin/react-before-after-slider-component.git" }, "keywords": [ "react", "component", "typescript", "slider", "compare", "comparison", "before and after" ] }