react-cursive-handwrite
Version:
React component to animate cursive handwriting text
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "react-cursive-handwrite",
"version": "0.2.6",
"description": "React component to animate cursive handwriting text",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "rm -rf dist && tsc && tsc -p tsconfig.esm.json && node build.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jgx02c/react-cursive-handwrite.git"
},
"keywords": [
"handwriting",
"react",
"animation",
"cursive"
],
"author": "joshua goodman",
"license": "MIT",
"bugs": {
"url": "https://github.com/jgx02c/react-cursive-handwrite/issues"
},
"homepage": "https://github.com/jgx02c/react-cursive-handwrite#readme",
"dependencies": {
"framer-motion": "^12.9.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"typescript": "~5.7.2"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}