@v0xoss/dom-animation
Version:
Dom Animation from Framer Motion for dynamic import
48 lines • 1.19 kB
JSON
{
"name": "@v0xoss/dom-animation",
"version": "0.0.5",
"description": "Dom Animation from Framer Motion for dynamic import",
"keywords": [
"dom-animation"
],
"author": "v0xOSS <oss-developers@vezham.com>",
"homepage": "https://vezham.com",
"license": "MIT",
"main": "dist/index.js",
"sideEffects": false,
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vezham/heroui.git",
"directory": "packages/utilities/dom-animation"
},
"bugs": {
"url": "https://github.com/vezham/heroui/issues"
},
"peerDependencies": {
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1"
},
"clean-package": "../../../clean-package.config.json",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup src --dts",
"build:fast": "tsup src",
"dev": "pnpm build:fast --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit"
}
}