UNPKG

react-terminal-plus

Version:

A improved version of `react-terminal` - react-terminal-plus

89 lines 2.4 kB
{ "name": "react-terminal-plus", "version": "0.0.18", "description": "A improved version of `react-terminal` - react-terminal-plus", "keywords": [ "node", "npm", "react", "terminal" ], "homepage": "https://github.com/singlestore-labs/react-terminal-plus#readme", "repository": { "type": "git", "url": "https://github.com/singlestore-labs/react-terminal-plus.git" }, "license": "MIT", "author": { "name": "Pedro Figueiredo", "email": "klisarkk@gmail.com" }, "sideEffects": false, "main": "dist/index.js", "module": "dist/index.es.js", "types": "dist/src/index.d.ts", "files": [ "dist", "LICENCE", "package.json", "README.md" ], "lint-staged": { "*": "prettier --ignore-unknown --write" }, "dependencies": { "cancelable-promise": "^4.3.1" }, "devDependencies": { "@testing-library/cypress": "^9.0.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", "@vitejs/plugin-react": "^4.0.4", "cross-env": "^7.0.3", "cypress": "^12.17.2", "cypress-real-events": "^1.9.1", "eslint": "^8.33.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.0", "lint-staged": "^15.0.2", "postcss": "^8.4.21", "prettier": "3.0.3", "prettier-plugin-curly": "^0.1.3", "prettier-plugin-packagejson": "^2.4.6", "react": "18.2.0", "react-dom": "18.2.0", "rollup": "^3.13.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "sass": "^1.58.0", "tslib": "^2.6.2", "typescript": "^4.9.5", "vite": "^4.4.8" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "engines": { "node": ">=18" }, "np": { "tests": false }, "scripts": { "build": "./node_modules/.bin/cross-env NODE_ENV=production rollup -c", "cct:open": "cypress open --component", "format": "prettier \"**/*\" --ignore-unknown --write", "release": "npx np", "start": "cd ./example && pnpm run start", "test": "cypress run --component --headless", "watch": "rollup -cw" } }