rani-motion
Version:
A simple and powerful React animation library with TypeScript support - animated.div style components with accessibility-first approach
66 lines (65 loc) • 1.78 kB
JSON
{
"name": "rani-motion",
"version": "1.0.2",
"description": "A simple and powerful React animation library with TypeScript support - animated.div style components with accessibility-first approach",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c && npm run build:types",
"build:types": "tsc --emitDeclarationOnly --outDir dist",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx"
},
"keywords": [
"react",
"animation",
"typescript",
"components",
"transitions",
"ui",
"rani",
"motion",
"animated",
"accessibility",
"intersection-observer",
"scroll-animation",
"css-transitions",
"framer-motion-alternative"
],
"author": "Rani Motion",
"license": "MIT",
"homepage": "https://github.com/RyuDongHo/rani-motion#readme",
"bugs": {
"url": "https://github.com/RyuDongHo/rani-motion/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/RyuDongHo/rani-motion.git"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"rollup": "^3.0.0",
"typescript": "^4.9.0",
"tslib": "^2.4.0"
}
}