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
94 lines (93 loc) • 2.49 kB
JSON
{
"name": "web-scrolling-text",
"version": "0.5.7",
"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"
},
"./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"
},
"author": "Hardik Naik",
"license": "ISC",
"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",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/rollup-plugin-peer-deps-external": "^2.2.5",
"postcss": "^8.5.3",
"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",
"tslib": "^2.8.1",
"typescript": "^5.8.2"
}
}