UNPKG

react-measured

Version:
68 lines (67 loc) 1.92 kB
{ "name": "react-measured", "version": "1.1.1", "description": "Core functionality for react-measured", "keywords": [ "React", "Dimensions", "Width", "Height", "Size" ], "author": "Jan Jakub Nanista <jan.jakub.nanista@gmail.com>", "homepage": "https://github.com/janjakubnanista/react-measured#readme", "license": "ISC", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.es.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/janjakubnanista/react-measured.git", "directory": "packages/core" }, "scripts": { "build": "yarn build:dist && yarn build:lint", "build:dist": "rollup -c", "build:lint": "eslint --fix dist --ext d.ts", "clean": "rm -rf dist", "test": "jest", "test:watch": "yarn test --watchAll", "watch": "rollup -cw", "prepublishOnly": "yarn test && yarn clean && NODE_ENV=production yarn build" }, "bugs": { "url": "https://github.com/janjakubnanista/react-measured/issues" }, "peerDependencies": { "react": "^16.10.1" }, "devDependencies": { "@babel/core": "^7.6.2", "@babel/plugin-proposal-object-rest-spread": "^7.7.4", "@types/react": "16.9.11", "@types/react-dom": "16.9.3", "@wessberg/rollup-plugin-ts": "^1.1.73", "babel-loader": "^8.0.6", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "babel-preset-typescript": "^7.0.0-alpha.19", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.1", "jest": "^24.9.0", "jest-enzyme": "^7.1.2", "react": "16.10.1", "react-dom": "16.10.1", "rollup": "^1.27.0", "rollup-plugin-terser": "^5.1.2", "ts-jest": "^24.1.0", "ts-loader": "^6.2.0", "ts-node": "^8.4.1", "tslib": "^1.10.0", "typescript": "^3.7.2" }, "gitHead": "3ef142aad239aa18abe7ac9eb68adf14f6c6593d" }