UNPKG

react-console-log

Version:
57 lines (56 loc) 1.51 kB
{ "name": "react-console-log", "version": "1.1.14", "description": "render console logs as a react component", "author": "yehonadav", "license": "Apache-2.0", "repository": "yehonadav/react-console-log", "main": "dist/index.js", "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "build": "rollup -c", "start": "rollup -c -w", "build:version": "npm run build && npm version patch && npm publish && git push", "update:version": "git add . && git commit -am \"update\" && git push && npm run build:version", "i:update:version": "npm i && npm run update:version" }, "dependencies": { "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.11.2", "@yehonadav/safestorage": "^1.0.10", "@yehonadav/safestringify": "^1.0.7", "react": "^17.0.1", "react-dom": "^17.0.1", "zustand": "^3.5.7" }, "peerDependencies": { "react-dom": ">= 17.0.1 < 2", "react": ">= 17.0.1 < 2" }, "devDependencies": { "@types/node": "^12.20.17", "@types/react": "^16.14.11", "@types/react-dom": "^16.9.14", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "rollup": "^1.32.1", "rollup-plugin-sass": "^1.2.2", "rollup-plugin-typescript2": "^0.30.0", "tslib": "^2.3.0", "typescript": "^4.3.5" }, "files": [ "dist" ], "keywords": [ "common", "frontend", "components", "react", "typescript", "npm" ] }