|
| 1 | +{ |
| 2 | + "name": "@better-typed/react-window-hooks", |
| 3 | + "version": "0.8.0", |
| 4 | + "author": "prc5", |
| 5 | + "license": "MIT", |
| 6 | + "description": "React window hooks", |
| 7 | + "repository": "BetterTyped/react-window-hooks", |
| 8 | + "main": "dist/index.cjs.js", |
| 9 | + "module": "dist/index.esm.js", |
| 10 | + "types": "dist/index.d.ts", |
| 11 | + "source": "src/index.ts", |
| 12 | + "jsnext:main": "dist/index.esm.js", |
| 13 | + "engines": { |
| 14 | + "node": ">=8", |
| 15 | + "npm": ">=5" |
| 16 | + }, |
| 17 | + "private": false, |
| 18 | + "peerDependencies": { |
| 19 | + "react": ">= 16.8.0" |
| 20 | + }, |
| 21 | + "scripts": { |
| 22 | + "build": "rollup -c", |
| 23 | + "prepare": "install-peers && yarn build", |
| 24 | + "test": "react-scripts test" |
| 25 | + }, |
| 26 | + "eslintConfig": { |
| 27 | + "extends": [ |
| 28 | + "react-app", |
| 29 | + "react-app/jest" |
| 30 | + ] |
| 31 | + }, |
| 32 | + "browserslist": { |
| 33 | + "production": [ |
| 34 | + ">0.2%", |
| 35 | + "not dead", |
| 36 | + "not op_mini all" |
| 37 | + ], |
| 38 | + "development": [ |
| 39 | + "last 1 chrome version", |
| 40 | + "last 1 firefox version", |
| 41 | + "last 1 safari version" |
| 42 | + ] |
| 43 | + }, |
| 44 | + "devDependencies": { |
| 45 | + "@rollup/plugin-babel": "^5.3.0", |
| 46 | + "@rollup/plugin-commonjs": "^21.0.0", |
| 47 | + "@rollup/plugin-node-resolve": "^13.0.5", |
| 48 | + "@svgr/rollup": "^5.5.0", |
| 49 | + "@testing-library/jest-dom": "^5.11.4", |
| 50 | + "@testing-library/react": "^11.1.0", |
| 51 | + "@testing-library/user-event": "^12.1.10", |
| 52 | + "@types/jest": "^26.0.15", |
| 53 | + "@types/lodash": "^4.14.182", |
| 54 | + "@types/node": "^12.0.0", |
| 55 | + "@types/react": "^17.0.0", |
| 56 | + "@types/react-dom": "^17.0.0", |
| 57 | + "@zerollup/ts-transform-paths": "^1.7.18", |
| 58 | + "gh-pages": "^3.2.3", |
| 59 | + "install-peers-cli": "^2.2.0", |
| 60 | + "postcss": "^8.3.9", |
| 61 | + "reflect-metadata": "^0.1.13", |
| 62 | + "rollup": "^2.58.0", |
| 63 | + "rollup-plugin-copy": "^3.4.0", |
| 64 | + "rollup-plugin-delete": "^2.0.0", |
| 65 | + "rollup-plugin-dts": "^4.0.0", |
| 66 | + "rollup-plugin-peer-deps-external": "^2.2.4", |
| 67 | + "rollup-plugin-postcss": "^4.0.1", |
| 68 | + "rollup-plugin-terser": "^7.0.2", |
| 69 | + "rollup-plugin-typescript2": "^0.30.0", |
| 70 | + "rollup-plugin-url": "^3.0.1", |
| 71 | + "typescript": "^4.1.2" |
| 72 | + }, |
| 73 | + "files": [ |
| 74 | + "dist" |
| 75 | + ], |
| 76 | + "keywords": [ |
| 77 | + "react", |
| 78 | + "hooks", |
| 79 | + "lifecycle", |
| 80 | + "use", |
| 81 | + "did", |
| 82 | + "mount", |
| 83 | + "update", |
| 84 | + "unmount", |
| 85 | + "render", |
| 86 | + "hook", |
| 87 | + "useDidMount", |
| 88 | + "useDidUnmount", |
| 89 | + "useDidRender", |
| 90 | + "useWillUnmount" |
| 91 | + ], |
| 92 | + "dependencies": { |
| 93 | + "@better-typed/react-lifecycle-hooks": "^1.0.5" |
| 94 | + } |
| 95 | +} |
0 commit comments