react-see-through
Version:
Draw attention to the important parts of your website
86 lines (85 loc) • 2.33 kB
JSON
{
"name": "react-see-through",
"version": "0.8.0",
"description": "Draw attention to the important parts of your website",
"keywords": [
"react",
"see",
"through",
"react-see-through",
"tutorial",
"guide",
"focus",
"attention",
"blackout",
"mask",
"overlay",
"transparent",
"expose"
],
"homepage": "https://andrew4699.github.io/react-see-through/",
"repository": "github:andrew4699/react-see-through",
"bugs": {
"url": "https://github.com/andrew4699/react-see-through/issues"
},
"license": "MIT",
"author": "Andrew Guterman",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.babel.js",
"clean": "rm -rf dist coverage",
"coverage": "jest --coverage",
"cypress": "cypress run",
"lint": "eslint ./src",
"prepublishOnly": "yarn clean && yarn test && yarn build",
"test": "yarn lint && yarn coverage && yarn cypress",
"docz:dev": "docz dev",
"docz:build": "docz build"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@cypress/webpack-preprocessor": "^5.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"chai": "^4.1.2",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^1.0.1",
"cypress": "^4.3.0",
"cypress-react-unit-test": "^3.3.1",
"docz": "^2.3.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^5.8.0",
"eslint-plugin-react": "^7.4.0",
"gatsby-plugin-sass": "^2.2.1",
"jest-cli": "^23.6.0",
"jest-in-case": "^1.0.2",
"node-sass": "^4.13.1",
"prop-types": "^15.6.0",
"react": "^16.9.0",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.12.20",
"react-test-renderer": "^16.0.0",
"regenerator-runtime": "^0.12.1",
"sass-loader": "^7.0.1",
"style-loader": "^0.23.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.10.3"
},
"peerDependencies": {
"react": ">= 16.3.0",
"react-dom": ">= 16.3.0"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"dependencies": {
"react-resize-detector": "^4.2.1"
}
}