UNPKG

@pvvng/react-typing-text

Version:

A lightweight and fully customizable typing animation component for React.

70 lines (69 loc) 1.85 kB
{ "name": "@pvvng/react-typing-text", "version": "0.1.2", "description": "A lightweight and fully customizable typing animation component for React.", "keywords": [ "react", "react-component", "typing", "typing-animation", "react-typing", "text-animation", "animated-text", "react-text-effect", "typewriter", "react-typewriter" ], "private": false, "main": "dist/index.js", "module": "dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "author": "pvvng", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pvvng/react-typing-text.git" }, "bugs": { "url": "https://github.com/pvvng/react-typing-text/issues" }, "homepage": "https://github.com/pvvng/react-typing-text#readme", "scripts": { "dev": "vite", "build": "rm -rf dist && tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "peerDependencies": { "react": ">=18.0.0 <20.0.0", "react-dom": ">=18.0.0 <20.0.0" }, "devDependencies": { "@storybook/addon-docs": "^9.0.18", "@storybook/addon-onboarding": "^9.0.18", "@storybook/react-vite": "^9.0.18", "@types/node": "^24.0.15", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.7.0", "eslint-plugin-storybook": "^9.0.18", "react": "^18.2.0", "react-dom": "^18.2.0", "storybook": "^9.0.18", "vite": "^6.3.5", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-dts": "^4.5.4", "vite-tsconfig-paths": "^5.1.4" } }