2024-04-18 19:47:12 -03:00

54 lines
1.3 KiB
JSON

{
"name": "@nextui-org/framer-utils",
"version": "2.0.18",
"description": "A set of framer motion transitions for react",
"keywords": [
"framer-utils"
],
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
"license": "MIT",
"main": "src/index.ts",
"sideEffects": false,
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextui-org/nextui.git",
"directory": "packages/utilities/framer-utils"
},
"bugs": {
"url": "https://github.com/nextui-org/nextui/issues"
},
"scripts": {
"build": "tsup src --dts",
"build:fast": "tsup src",
"dev": "pnpm build:fast --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"prepack": "clean-package",
"postpack": "clean-package restore"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0"
},
"dependencies": {
"@nextui-org/system": "workspace:*",
"@nextui-org/use-measure": "workspace:*",
"@nextui-org/shared-utils": "workspace:*"
},
"devDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"clean-package": "2.2.0",
"framer-motion": "^11.0.22"
},
"clean-package": "../../../clean-package.config.json"
}