UNPKG

@rusyar/react-typewriter

Version:

A React component with simple typewriting animation

70 lines (69 loc) 1.86 kB
{ "name": "@rusyar/react-typewriter", "version": "1.1.0", "description": "A React component with simple typewriting animation", "keywords": [ "react", "text", "typewriter", "react-typewriter" ], "author": "ruslanyar <https://github.com/ruslanyar>", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "types": "dist/index.d.ts", "type": "module", "license": "MIT", "scripts": { "dev": "rollup -c --watch", "rollup": "rm -rf dist && rollup -c", "storybook": "storybook dev -p 5005", "build-storybook": "storybook build", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "repository": { "type": "git", "url": "git+https://github.com/ruslanyar/react-typewriter.git" }, "bugs": { "url": "https://github.com/ruslanyar/react-typewriter/issues" }, "homepage": "https://github.com/ruslanyar/react-typewriter#readme", "publishConfig": { "access": "public" }, "devDependencies": { "@eslint/compat": "^1.3.1", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@storybook/addon-webpack5-compiler-swc": "^3.0.0", "@storybook/react": "^9.0.18", "@storybook/react-webpack5": "^9.0.18", "@swc/core": "^1.13.2", "@types/react": "^19.1.8", "eslint": "^9.31.0", "eslint-plugin-react": "^7.37.5", "react": "^19.1.0", "react-dom": "^19.1.0", "rollup": "^4.45.1", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-swc3": "^0.12.1", "rollup-preserve-directives": "^1.1.3", "storybook": "^9.0.18", "tslib": "^2.8.1", "typescript": "^5.4.2", "typescript-eslint": "^8.38.0" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "dependencies": { "clsx": "^2.1.1" } }