124 lines
3.5 KiB
JSON
124 lines
3.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-popper@0.10.4",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "react-popper@0.10.4",
|
|
"_id": "react-popper@0.10.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-rypBXqIike3VBGeNev2opu4ylao=",
|
|
"_location": "/react-popper",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-popper@0.10.4",
|
|
"name": "react-popper",
|
|
"escapedName": "react-popper",
|
|
"rawSpec": "0.10.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.10.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@material-ui/core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-popper/-/react-popper-0.10.4.tgz",
|
|
"_spec": "0.10.4",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Travis Arnold",
|
|
"email": "travis@souporserious.com",
|
|
"url": "http://souporserious.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/souporserious/react-popper/issues"
|
|
},
|
|
"dependencies": {
|
|
"popper.js": "^1.14.1",
|
|
"prop-types": "^15.6.1"
|
|
},
|
|
"description": "React wrapper around PopperJS.",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.0",
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"chokidar": "^1.6.1",
|
|
"create-styled-element": "^0.4.0",
|
|
"glamor": "^2.20.24",
|
|
"glamorous": "^3.11.1",
|
|
"node-libs-browser": "^1.0.0",
|
|
"outy": "^0.1.2",
|
|
"parcel-bundler": "^1.6.2",
|
|
"react": "15.3.2",
|
|
"react-dom": "15.3.2",
|
|
"react-measure": "^1.4.6",
|
|
"react-motion-ui-pack": "^0.10.2",
|
|
"react-portal": "^4.1.4",
|
|
"react-transition-group": "^2.2.1",
|
|
"react-travel": "^1.3.0",
|
|
"rollup": "^0.57.1",
|
|
"rollup-plugin-babel": "^3.0.3",
|
|
"rollup-plugin-babel-minify": "^4.0.0",
|
|
"rollup-plugin-commonjs": "^9.1.0",
|
|
"rollup-plugin-node-globals": "^1.2.0",
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
"rollup-plugin-replace": "^2.0.0",
|
|
"velocity-react": "^1.2.2"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"react-popper.d.ts"
|
|
],
|
|
"homepage": "https://github.com/souporserious/react-popper",
|
|
"keywords": [
|
|
"react",
|
|
"react-popper",
|
|
"popperjs",
|
|
"component",
|
|
"drop",
|
|
"tooltip",
|
|
"popover"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"@(src|demo)/**/*.{js,jsx}": [
|
|
"eslint --fix --max-warnings 5",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "dist/cjs/react-popper.js",
|
|
"module": "lib/react-popper.js",
|
|
"name": "react-popper",
|
|
"peerDependencies": {
|
|
"react": "0.14.x || ^15.0.0 || ^16.0.0",
|
|
"react-dom": "0.14.x || ^15.0.0 || ^16.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/souporserious/react-popper.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build:clean && npm run build:es && npm run build:dist && npm run build:dist:prod",
|
|
"build:clean": "rm -rf dist/ && rm -rf lib/",
|
|
"build:dist": "rollup -c",
|
|
"build:dist:prod": "NODE_ENV=production rollup -c",
|
|
"build:es": "babel src --out-dir lib && mv lib/index.js lib/react-popper.js",
|
|
"demo": "parcel --out-dir demo/dist demo/index.html",
|
|
"format": "npm run lint -- --fix --quiet",
|
|
"lint": "eslint --ext .js,.jsx src/ example/",
|
|
"precommit": "lint-staged",
|
|
"prepare": "npm run build"
|
|
},
|
|
"types": "react-popper.d.ts",
|
|
"umd:main": "dist/umd/react-popper.js",
|
|
"version": "0.10.4"
|
|
}
|