react-text-glitch-effect
Version:
Add glitch effect to your text
38 lines (37 loc) • 967 B
JSON
{
"name": "react-text-glitch-effect",
"version": "1.0.7",
"description": "Add glitch effect to your text",
"main": "src/index.ts",
"homepage": "https://github.com/AishwaryVishwakarma/react-text-glitch-effect",
"files": [
"src/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AishwaryVishwakarma/react-text-glitch-effect"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"text-glitch-effect",
"effect",
"glitch"
],
"author": "Aishwary Vishwakarma",
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.3"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1"
}
}