UNPKG

cupertino-text

Version:

A beautiful Cupertino-style slide-down fade-in text animation effect for React applications, with Apple-style staggered animations

62 lines (61 loc) 1.56 kB
{ "name": "cupertino-text", "version": "1.0.3", "description": "A beautiful Cupertino-style slide-down fade-in text animation effect for React applications, with Apple-style staggered animations", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "prepare": "npm run build", "test": "echo \"No tests specified\" && exit 0" }, "keywords": [ "react", "animation", "text", "fade", "slide", "stagger", "cupertino", "apple", "ios", "macos", "ui", "component", "typescript" ], "author": "Your Name", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sarvesh-tech/cupertino-text.git" }, "bugs": { "url": "https://github.com/sarvesh-tech/cupertino-text/issues" }, "homepage": "https://github.com/sarvesh-tech/cupertino-text#readme", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-node-resolve": "^15.3.1", "@rollup/plugin-terser": "^0.4.4", "@types/react": "^18.3.23", "@types/react-dom": "^18.3.7", "rollup": "^4.43.0", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "typescript": "^5.8.3" } }