swipe-animate
Version:
Text Swipe Animation - a text animation library just like https://korahq.com/#move-money landing page.
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "swipe-animate",
"version": "2.1.4",
"description": "Text Swipe Animation - a text animation library just like https://korahq.com/#move-money landing page.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "npm run build && react-scripts start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thegrtnx/swipe-animate.git"
},
"author": "thegrtnx",
"contributors": [
{
"name": "Victor || VickyJay",
"url": "https://github.com/Victorola-coder"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/thegrtnx/swipe-animate/issues"
},
"keywords": [
"text-animate",
"animation",
"swipe-animate",
"kora animation",
"swipe up"
],
"homepage": "https://simple-text-animation-gold.vercel.app",
"dependencies": {
"react": "^18.2.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"framer-motion": "^11.0.3",
"typescript": "^5.3.3"
}
}