UNPKG

custom-reactour

Version:
97 lines (96 loc) 2.59 kB
{ "name": "custom-reactour", "version": "1.0.19", "description": "fix clippath for SvgCircleMask", "main": "dist/reactour.cjs.js", "module": "dist/reactour.esm.js", "files": [ "dist", "README.md" ], "directories": { "doc": "docs" }, "devDependencies": { "@babel/cli": "7.5.5", "@babel/core": "7.5.5", "@babel/plugin-proposal-class-properties": "7.5.5", "@babel/plugin-syntax-dynamic-import": "7.2.0", "@babel/polyfill": "7.4.4", "@babel/preset-env": "7.5.5", "@babel/preset-react": "7.0.0", "babel-eslint": "10.0.2", "babel-loader": "8.0.6", "body-scroll-lock": "2.6.4", "css-loader": "3.2.0", "eslint": "6.1.0", "eslint-config-prettier": "6.0.0", "eslint-plugin-prettier": "3.1.0", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", "prettier": "1.18.2", "react": "16.9.0", "react-dom": "16.9.0", "reshake": "1.2.1", "rimraf": "^2.6.3", "rollup": "1.19.4", "rollup-plugin-babel": "4.3.3", "rollup-plugin-filesize": "6.1.1", "rollup-plugin-node-resolve": "5.2.0", "style-loader": "1.0.0", "styled-components": "4.3.2", "webpack": "4.39.1", "webpack-cli": "3.3.6", "webpack-dev-server": "3.7.2" }, "peerDependencies": { "react": "^16.3.0", "react-dom": "^16.3.0", "styled-components": "^4.0.0" }, "dependencies": { "@rooks/use-mutation-observer": "3.0.1", "classnames": "2.2.6", "focus-outline-manager": "^1.0.2", "lodash.debounce": "4.0.8", "lodash.pick": "4.4.0", "prop-types": "15.7.2", "react-focus-lock": "2.0.5", "scroll-smooth": "1.0.1", "scrollparent": "2.0.1" }, "scripts": { "prepare": "npm run lib", "start": "webpack-dev-server --mode development --open", "prelib": "rimraf dist", "lib": "rollup -c", "build": "webpack --mode production", "lint": "eslint --fix ./; exit 0", "dev": "rollup -c -w" }, "keywords": [ "custom-reactour", "react", "tour", "intro", "guide", "introduction", "step-by-step", "guide", "walkthrough", "joyride", "tourist-guide", "product-intro", "presentation" ], "repository": { "type": "git", "url": "git+https://github.com/chakatpon/custom-reactour.git" }, "author": "Lionel T <elrumordelaluz@hotmail.com> (https://elrumordelaluz.com/) and Modify by giraffeman", "license": "ISC", "bugs": { "url": "https://github.com/chakatpon/custom-reactour/issues" }, "homepage": "https://github.com/chakatpon/custom-reactour#readme" }