UNPKG

react-portal-stateless

Version:

React component for transportation of modals, lightboxes, loading bars... to document.body

65 lines (64 loc) 1.78 kB
{ "name": "react-portal-stateless", "version": "1.0.3", "description": "React component for transportation of modals, lightboxes, loading bars... to document.body", "main": "lib/portal.js", "files": [ "*.md", "LICENSE", "lib", "dist" ], "repository": { "type": "git", "url": "https://github.com/siminino/react-portal" }, "author": "Victor Arêas <victor.oliveira.ti@gmail.com> forked from Vojtech Miksu <vojtech@miksu.cz>", "license": "MIT", "scripts": { "start": "webpack-dev-server --config webpack.config.example.js", "build": "npm run build:dist && npm run build:lib", "build:dist": "rimraf dist && webpack --config webpack.config.dist.js --optimize-minimize", "build:lib": "babel src/ -d lib/", "lint": "eslint webpack.config.dist.js src/**/*.js", "watch": "babel -d lib/ src/ --watch", "prepublish": "npm run build" }, "tags": [ "react" ], "keywords": [ "react", "react-component", "modal", "lightbox", "react-portal", "portal", "transportation" ], "devDependencies": { "babel-cli": "^6.8.0", "babel-core": "^6.8.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "babel-preset-stage-0": "^6.24.1", "enzyme": "^2.3.0", "eslint": "^4.3.0", "eslint-plugin-prettier": "^2.1.2", "jest": "^20.0.4", "prettier": "^1.5.3", "react": "^15.2.0", "react-addons-test-utils": "^15.2.0", "react-dom": "^15.2.0", "rimraf": "^2.5.0", "sinon": "^2.4.1", "webpack": "^3.4.1", "webpack-dev-server": "^2.6.1" }, "dependencies": { "prop-types": "^15.5.8" } }