UNPKG

@react-slate/core

Version:

Write interactive CLI apps with React

70 lines (69 loc) 1.57 kB
{ "name": "@react-slate/core", "version": "1.0.1", "description": "Write interactive CLI apps with React", "license": "MIT", "repository": "https://github.com/zamotany/react-slate", "bugs": "https://github.com/zamotany/react-slate/issues", "homepage": "https://zamotany.github.io/react-slate/", "private": false, "author": { "name": "Paweł Trysła", "email": "zamotany.oss@gmail.com" }, "keywords": [ "react", "renderer", "reconciler", "terminal", "cli", "tty", "flexbox", "colors", "ansi", "term", "command-line", "jsx", "render", "text", "components" ], "main": "build/index.js", "files": [ "/build", "/vendor", "index.js" ], "engines": { "node": ">=10" }, "publishConfig": { "access": "public" }, "peerDependencies": { "react": ">=16.9.0" }, "dependencies": { "ansi-escapes": "^4.2.1", "ansi-styles": "^4.1.0", "cli-spinners": "^2.2.0", "color-convert": "^2.0.1", "colorette": "^1.1.0", "fast-memoize": "^2.5.1", "react-reconciler": "0.22.2", "shallowequal": "^1.1.0", "strip-ansi": "^5.2.0", "supports-color": "^7.1.0", "terminal-kit": "1.31.1" }, "devDependencies": { "@types/ansi-styles": "^3.2.1", "@types/cli-spinners": "^1.3.0", "@types/color-convert": "^1.9.0", "@types/strip-ansi": "^5.2.1", "@types/supports-color": "^5.3.0", "@types/terminal-kit": "^1.28.0", "react": "^16.9.0" }, "gitHead": "283184659b8dc325b16f8be9f131f3c4d40e0bd5" }