UNPKG

@tuel/text-effects

Version:

Advanced text animation effects for React. Typewriter effects, text reveals, character animations, and dynamic typography components.

69 lines (68 loc) 1.58 kB
{ "name": "@tuel/text-effects", "version": "1.1.2", "main": "./dist/index.js", "module": "dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "clean": "rm -rf dist .turbo" }, "dependencies": { "@tuel/utils": "^1.1.2", "@tuel/tokens": "^1.1.2", "gsap": "^3.12.2", "framer-motion": "^12.0.0" }, "peerDependencies": { "gsap": ">=3.12.0", "framer-motion": ">=11.0.0", "react": ">=19.0.0", "react-dom": ">=19.0.0" }, "devDependencies": { "@types/react": "^19", "@types/react-dom": "^19", "react": "19.1.0", "react-dom": "19.1.0", "tsup": "^8.0.1", "typescript": "^5" }, "publishConfig": { "access": "public" }, "description": "Advanced text animation effects for React. Typewriter effects, text reveals, character animations, and dynamic typography components.", "keywords": [ "react", "text", "typography", "animation", "typewriter", "reveal", "character", "effects" ], "author": "Omer Akben <contact@tuel.ai>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/omerakben/tuel.git", "directory": "packages/text-effects" }, "homepage": "https://tuel.ai/docs/text-effects", "bugs": { "url": "https://github.com/omerakben/tuel/issues" } }