@harmeet9013/transitions
Version:
Transitions like MUI without MUI
34 lines (33 loc) • 828 B
JSON
{
"name": "@harmeet9013/transitions",
"version": "1.0.0",
"description": "Transitions like MUI without MUI",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harmeet9013/transitions.git"
},
"keywords": [
"Transitions",
"MUI",
"Framer",
"Motion"
],
"author": "harmeet9013",
"license": "ISC",
"bugs": {
"url": "https://github.com/harmeet9013/transitions/issues"
},
"homepage": "https://github.com/harmeet9013/transitions#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"framer-motion": "^12.23.11"
},
"devDependencies": {}
}