UNPKG

web-scrolling-text

Version:

A lightweight, customizable text animation library for creating smooth scrolling text effects with support for React, Next.js, Angular and vanilla JavaScript

111 lines (110 loc) 3.04 kB
{ "name": "web-scrolling-text", "version": "6.1.5", "description": "A lightweight, customizable text animation library for creating smooth scrolling text effects with support for React, Next.js, Angular and vanilla JavaScript", "keywords": [ "scrolling-text", "text-animation", "text-effects", "animation", "scroll", "react", "nextjs", "angular", "vanilla-js", "typescript", "css-animation", "fade", "bounce", "flip", "scale", "text-scroller", "animated-text", "text-rotator", "text-carousel", "ui-component", "frontend", "web-animation", "smooth-animation", "customizable", "lightweight", "plugins" ], "main": "dist/index.min.js", "module": "dist/index.es.js", "types": "dist/types/core/index.d.ts", "source": "src/index.ts", "repository": { "type": "git", "url": "https://github.com/mehardiknaik/web-scrolling-text.git" }, "exports": { ".": { "module": "./dist/index.es.js", "require": "./dist/index.min.js", "types": "./dist/types/core/index.d.ts" }, "./react": { "module": "./dist/react.es.js", "require": "./dist/react.cjs.js", "types": "./dist/types/react/index.d.ts" }, "./element": { "module": "./dist/element.es.js", "require": "./dist/element.min.js", "types": "./dist/types/element/index.d.ts" }, "./animation/*": { "module": "./dist/animation/*.es.js", "require": "./dist/animation/*.min.js", "types": "./dist/types/animation/*.d.ts" } }, "out": [ "dist" ], "scripts": { "build": "rollup -c --configPlugin typescript", "build:website": "cd website && npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "author": "Hardik Naik", "license": "MIT", "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@babel/core": "^7.26.9", "@babel/preset-typescript": "^7.26.0", "@rollup/plugin-alias": "^5.1.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-typescript": "^12.1.2", "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^14.1.2", "@types/jest": "^29.5.11", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@types/rollup-plugin-peer-deps-external": "^2.2.5", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.5.3", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup": "^4.34.8", "rollup-plugin-banner2": "^1.3.1", "rollup-plugin-delete": "^3.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^29.1.1", "tslib": "^2.8.1", "typescript": "^5.8.2" } }