react-dialogify
Version:
Simple, Fast and Easy to use Dialog Modal component for React
83 lines (82 loc) • 2.47 kB
JSON
{
"name": "react-dialogify",
"version": "1.1.1",
"description": "Simple, Fast and Easy to use Dialog Modal component for React",
"main": "dist/index.js",
"engines": {
"node": ">=8.11.1"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@storybook/addon-actions": "^4.1.2",
"@storybook/addon-links": "^4.1.2",
"@storybook/addons": "^4.1.2",
"@storybook/react": "^4.1.2",
"@storybook/storybook-deployer": "^2.8.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.1.0",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.11.1",
"install": "^0.10.1",
"mocha": "^5.2.0",
"np": "^5.0.3",
"npm": "^6.11.2",
"rimraf": "^2.6.1"
},
"scripts": {
"prerelease": "git add --all && git commit -m\"Publishing update\"",
"push-master": "git push origin master",
"release": "npm version patch && npm run push-master && npm publish",
"prepublish": "npm run build",
"prebuild": "npm run clean-dist && npm run lint && npm run test",
"build": "babel src --out-dir dist --ignore test.js",
"clean-dist": "rimraf ./dist",
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"test": "mocha src/*.test.js --require @babel/register",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"ship": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamgutz/react-dialogify.git"
},
"keywords": [
"React",
"Dialog",
"Modal",
"Simple",
"Customizable",
"Fast",
"Easy",
"Programmatically controlled"
],
"author": "Michael Gutierrez",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamgutz/react-dialogify/issues"
},
"homepage": "https://github.com/iamgutz/react-dialogify#readme",
"dependencies": {
"fbemitter": "^2.1.1",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-feather": "^1.1.4",
"styled-components": "^4.1.3"
}
}