UNPKG

react-portal-daniellangnet

Version:

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

73 lines (72 loc) 2.06 kB
{ "name": "react-portal-daniellangnet", "version": "3.0.0", "description": "React component for transportation of modals, lightboxes, loading bars... to document.body", "main": "build/portal", "files": [ "*.md", "LICENSE", "lib", "build" ], "repository": { "type": "git", "url": "https://github.com/tajo/react-portal" }, "author": "Vojtech Miksu <vojtech@miksu.cz>", "license": "MIT", "scripts": { "start": "node devServerIndex.js", "build": "mkdir -p build && babel ./lib --out-dir ./build", "build:examples": "npm run clean && npm run build:examples:webpack", "build:examples:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.prod.babel.js", "clean": "rimraf build", "test": "mocha", "lint": "mocha test/eslint_spec.js", "prepublish": "cross-env NODE_ENV=production 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": "^6.0.4", "babel-loader": "^6.2.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-object-rest-spread": "^6.20.2", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "babel-preset-react-hmre": "^1.0.1", "babel-register": "^6.8.0", "cross-env": "^1.0.7", "enzyme": "^2.3.0", "eslint": "^2.9.0", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.8.0", "eslint-plugin-jsx-a11y": "^1.2.0", "eslint-plugin-react": "^5.1.1", "express": "^4.13.3", "jsdom": "^9.0.0", "mocha": "^2.3.4", "mocha-eslint": "^2.0.2", "react": "^15.2.0", "react-addons-test-utils": "^15.2.0", "react-dom": "^15.2.0", "rimraf": "^2.5.0", "sinon": "^1.17.4", "tween.js": "^16.3.1", "webpack": "^1.13.0", "webpack-dev-middleware": "^1.6.1", "webpack-hot-middleware": "^2.6.0" } }