@builder.io/console-feed
Version:
A React component that displays console logs from the current page, an iframe or transported across a server
95 lines (94 loc) • 2.52 kB
JSON
{
"name": "@builder.io/console-feed",
"version": "3.0.0-1",
"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": {
"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": "^2.2.2"
},
"devDependencies": {
"@types/enzyme": "^3.1.9",
"@types/jest": "^22.2.3",
"@types/react": "16.0.38",
"@types/react-dom": "16.0.4",
"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": "^1.13.7",
"pretty-quick": "^1.6.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"ts-jest": "^22.4.2",
"ts-loader": "^3.5.0",
"typescript": "3.7"
},
"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"
},
"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://github.com/samdenty99/console-feed",
"repository": {
"type": "git",
"url": "https://github.com/samdenty99/console-feed.git"
},
"bugs": {
"url": "https://github.com/samdenty99/console-feed/issues"
},
"author": "Sam Denty <samddenty@gmail.com> (http://github.com/samdenty99)",
"license": "MIT"
}