react-simple-before-after
Version:
A simple yet powerful react component for adding a nice before after image slider to your project.
82 lines (81 loc) • 2.39 kB
JSON
{
"name": "react-simple-before-after",
"version": "0.1.0",
"private": false,
"description": "A simple yet powerful react component for adding a nice before after image slider to your project.",
"author": "awran5 <awran5@yahoo.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/awran5/react-simple-before-after.git"
},
"bugs": {
"url": "https://github.com/awran5/react-simple-before-after/issues"
},
"homepage": "https://github.com/awran5/react-simple-before-after#readme",
"main": "dist/index.js",
"source": "src/index.tsx",
"engines": {
"node": ">=14"
},
"scripts": {
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"clean": "rm -rf dist",
"start:rollup": "rollup -cw --exports auto",
"start:example": "cd example && yarn start",
"start": "run-p start:rollup start:example",
"build": "rollup -c --exports auto",
"predeploy": "cd example && yarn && yarn run build",
"release": "standard-version"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"rollup": "^2.60.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"standard-version": "^9.3.2",
"typescript": "^4.5.2"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"star rating",
"react component",
"react rating"
],
"tags": [
"react",
"star-rating",
"react-component",
"react-rating"
],
"dependencies": {}
}