UNPKG

2.24 kBJSONView Raw
1{
2 "name": "react-resize-detector",
3 "description": "React resize detector",
4 "main": "build/index.js",
5 "module": "build/index.esm.js",
6 "files": [
7 "build"
8 ],
9 "types": "build/index.d.ts",
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/maslianok/react-resize-detector.git"
13 },
14 "scripts": {
15 "build": "rollup -c",
16 "link": "npm link react react-dom",
17 "prerelease": "npm version prerelease --preid=rc"
18 },
19 "dependencies": {
20 "@types/resize-observer-browser": "^0.1.5",
21 "lodash.debounce": "^4.0.8",
22 "lodash.throttle": "^4.1.1",
23 "resize-observer-polyfill": "^1.5.1"
24 },
25 "devDependencies": {
26 "@babel/cli": "^7.12.10",
27 "@babel/core": "^7.12.10",
28 "@rollup/plugin-babel": "^5.2.2",
29 "@rollup/plugin-commonjs": "^17.0.0",
30 "@rollup/plugin-inject": "^4.0.2",
31 "@rollup/plugin-node-resolve": "^11.0.1",
32 "@types/lodash": "^4.14.167",
33 "@types/react": "^17.0.0",
34 "@types/react-dom": "^17.0.0",
35 "@typescript-eslint/eslint-plugin": "^4.12.0",
36 "@typescript-eslint/parser": "^4.12.0",
37 "babel-eslint": "^10.0.3",
38 "cross-env": "^7.0.3",
39 "eslint": "^7.17.0",
40 "eslint-plugin-import": "^2.22.1",
41 "eslint-plugin-jsx-a11y": "^6.4.1",
42 "eslint-plugin-react": "^7.22.0",
43 "rimraf": "^3.0.0",
44 "rollup": "^2.36.1",
45 "rollup-plugin-typescript2": "^0.29.0",
46 "tslint": "^6.1.3",
47 "typescript": "^4.1.3"
48 },
49 "peerDependencies": {
50 "react": "^17.0.0",
51 "react-dom": "^17.0.0"
52 },
53 "author": "Vitalii Maslianok <maslianok@gmail.com> (https://github.com/maslianok)",
54 "version": "6.3.1",
55 "bugs": {
56 "url": "https://github.com/maslianok/react-resize-detector/issues"
57 },
58 "directories": {
59 "example": "example"
60 },
61 "homepage": "https://github.com/maslianok/react-resize-detector",
62 "keywords": [
63 "react",
64 "resize",
65 "detector"
66 ],
67 "license": "MIT",
68 "sideEffects": false,
69 "maintainers": [
70 {
71 "name": "Vitalii Maslianok",
72 "email": "maslianok@gmail.com"
73 }
74 ],
75 "contributors": [
76 {
77 "name": "James J. Womack (@james_womack)"
78 },
79 {
80 "name": "Lam Hieu",
81 "email": "lamhieu.vk@gmail.com",
82 "url": "https://lamhieu.info"
83 }
84 ]
85}