UNPKG

@nteract/outputs

Version:

components for rendering outputs

63 lines (62 loc) 1.57 kB
{ "name": "@nteract/outputs", "version": "5.1.14", "description": "components for rendering outputs", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/nteract/outputs.git", "directory": "packages/outputs" }, "types": "lib/index.d.ts", "nteractDesktop": "src/index.ts", "scripts": { "build": "tsc -b", "test": "jest", "release": "semantic-release -e semantic-release-monorepo" }, "dependencies": { "@nteract/markdown": "^4.6.1", "@nteract/mathjax": "^4.0.16", "ansi-to-react": "^6.1.5", "react-json-tree": "^0.13.0" }, "note:devDeps": [ "commutable is a development dependency as we don't want to force consumers of our library to install commutable.", "we only use it for type checking within the monorepo" ], "devDependencies": { "@nteract/commutable": "7.3.4", "@types/react-json-tree": "0.6.11", "@types/react-test-renderer": "16.9.2", "@types/styled-components": "5.0.1", "react-test-renderer": "16.13.1", "styled-components": "4.4.1" }, "peerDependencies": { "react": "^16.3.2", "styled-components": ">= 4" }, "publishConfig": { "access": "public" }, "keywords": [ "notebooks", "components", "react", "outputs" ], "author": "Kyle Kelley <rgbkrk@gmail.com>", "license": "BSD-3-Clause", "release": { "plugins": [ [ "@semantic-release/commit-analyzer", { "preset": "conventionalcommits" } ], "@semantic-release/npm" ] } }