UNPKG

1.11 kBJSONView Raw
1{
2 "name": "@stardust-ui/react-component-event-listener",
3 "description": "React components for binding events on the global scope.",
4 "version": "0.40.0",
5 "author": "Oleksandr Fediashov <a@fedyashov.com>",
6 "bugs": "https://github.com/stardust-ui/react/issues",
7 "dependencies": {
8 "@babel/runtime": "^7.1.2",
9 "prop-types": "^15.7.2"
10 },
11 "devDependencies": {
12 "@stardust-ui/internal-tooling": "^0.40.0",
13 "lerna-alias": "^3.0.3-0"
14 },
15 "files": [
16 "dist"
17 ],
18 "homepage": "https://github.com/stardust-ui/react/tree/master/packages/react-component-event-listener",
19 "jsnext:main": "dist/es/index.js",
20 "license": "MIT",
21 "main": "dist/commonjs/index.js",
22 "module": "dist/es/index.js",
23 "peerDependencies": {
24 "react": "^16.8.0",
25 "react-dom": "^16.8.0"
26 },
27 "publishConfig": {
28 "access": "public"
29 },
30 "repository": "stardust-ui/react.git",
31 "scripts": {
32 "build": "gulp bundle:package:no-umd --package react-component-event-listener"
33 },
34 "sideEffects": false,
35 "types": "dist/es/index.d.ts",
36 "gitHead": "f234425a1d7330ecdb4ed89103552ea84f5d65e4"
37}