UNPKG

@nicksrandall/console-feed

Version:

A React component that displays console logs from the current page, an iframe or transported across a server

97 lines (96 loc) 2.56 kB
{ "name": "@nicksrandall/console-feed", "version": "3.5.0", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "A React component that displays console logs from the current page, an iframe or transported across a server", "scripts": { "prepack": "yarn build", "build": "tsc -p ./tsconfig.build.json --declaration && for file in src/**/*.d.ts; do cp $file ${file/src/lib}; done", "clean": "nwb clean-module && nwb clean-demo", "start": "nwb serve-react-demo", "release": "yarn test && yarn clean && yarn build && yarn publish && yarn clean", "precommit": "pretty-quick --staged", "test": "jest --verbose", "test:coverage": "jest --coverage", "test:watch": "jest --watch" }, "dependencies": { "@emotion/core": "^10.0.10", "@emotion/styled": "^10.0.12", "emotion-theming": "^10.0.10", "linkifyjs": "^2.1.6", "react-inspector": "^5.1.0" }, "devDependencies": { "@types/enzyme": "^3.1.9", "@types/jest": "^22.2.3", "@types/linkifyjs": "2.1.3", "@types/react": "^16.9.50", "@types/react-dom": "^16.9.8", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "husky": "^0.14.3", "immutability-helper": "^2.6.6", "jest": "^22.4.3", "lodash": "^4.17.5", "nwb": "0.21.x", "prettier": "^2.1.2", "pretty-quick": "^1.6.0", "react": "^16.13.1", "react-dom": "^16.13.1", "ts-jest": "^22.4.2", "ts-loader": "^3.5.0", "typescript": "^4.1.0-beta" }, "jest": { "setupTestFrameworkScriptFile": "./scripts/test.js", "moduleFileExtensions": [ "ts", "tsx", "js" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testMatch": [ "**/__tests__/*.spec.(ts|tsx|js)" ] }, "peerDependencies": { "react": "^15.x || ^16.x || ^17.x || ^18.x" }, "files": [ "es", "lib", "umd" ], "keywords": [ "devtools", "inspector", "object", "object-inspector", "react", "react-component", "reactjs", "table", "table-inspector", "table-view", "tableview", "tree", "tree-view", "treeview", "ui", "view" ], "homepage": "https://stackblitz.com/github/samdenty/console-feed?file=demo%2Fpublic%2Fiframe.html", "repository": { "type": "git", "url": "https://github.com/samdenty/console-feed.git" }, "bugs": { "url": "https://github.com/samdenty/console-feed/issues" }, "author": "Sam Denty <samddenty@gmail.com> (http://github.com/samdenty)", "license": "MIT" }