UNPKG

react-markdown-typewriter

Version:

React Markdown component where Typewriter effect with motion has been added.

56 lines (55 loc) 1.27 kB
{ "name": "react-markdown-typewriter", "version": "1.1.4", "description": "React Markdown component where Typewriter effect with motion has been added.", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup" }, "repository": { "type": "git", "url": "git+https://github.com/DRincs-Productions/react-markdown-typewriter.git" }, "author": "DRincs-Productions", "bugs": { "url": "https://github.com/DRincs-Productions/react-markdown-typewriter/issues" }, "homepage": "https://github.com/DRincs-Productions/react-markdown-typewriter", "dependencies": { "motion": "^12.9.6" }, "devDependencies": { "@types/react": "^19.1.2", "@types/react-dom": "^19.1.3", "html-tags": "^4.0.0", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0", "react-markdown": ">=10.1.0" }, "keywords": [ "ast", "commonmark", "component", "gfm", "markdown", "react", "react-component", "remark", "unified", "javascript animation", "react animation", "animation", "motion", "framer", "typewriter" ] }