UNPKG

react-magical-typewriter

Version:

A customizable typewriter effect component for React with GSAP animations

79 lines 2.1 kB
{ "name": "react-magical-typewriter", "description": "A customizable typewriter effect component for React with GSAP animations", "author": "Djoudi Mansouri", "version": "0.1.4", "homepage": "https://djoudimansouri.github.io/React-Magical-Typewriter/", "repository": { "type": "git", "url": "https://github.com/DjoudiMansouri/React-Magical-Typewriter" }, "keywords": [ "react", "typewriter", "animation", "text-animation", "gsap", "typing-effect", "react-component", "typing-animation", "text-effects", "character-animation", "typescript", "customizable", "typewriter-effect", "react-typewriter", "text-transitions", "animated-text", "ui-component", "text-reveal", "typing" ], "license": "MIT", "type": "module", "files": [ "dist" ], "main": "./dist/react-magical-typewriter.umd.js", "module": "./dist/react-magical-typewriter.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/react-magical-typewriter.es.js", "require": "./dist/react-magical-typewriter.umd.js", "types": "./dist/index.d.ts" } }, "dependencies": { "gsap": "^3.12.7", "tsup": "^8.4.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@eslint/js": "^9.21.0", "@types/node": "^22.14.1", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.1", "@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react-swc": "^3.8.0", "autoprefixer": "^10.4.21", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "np": "^10.2.0", "typescript": "~5.7.3", "typescript-eslint": "^8.24.1", "vite": "^6.2.4", "vite-plugin-dts": "^4.5.3" }, "scripts": { "dev": "vite", "build": "tsc -p tsconfig.build.json && vite build", "build:demo": "vite build --outDir demo-dist --config vite.demo.config.ts", "preview": "vite preview --outDir demo-dist" } }