@sunui-design/floating
Version:
Animated floating action button component for SunUI Design
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "@sunui-design/floating",
"version": "0.0.54",
"description": "Animated floating action button component for SunUI Design",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc --build --verbose --force",
"clean": "rimraf dist tsconfig.tsbuildinfo",
"dev": "tsc -w",
"pack": "npm pack",
"prepublishOnly": "npm run clean && npm run build",
"publish:same": "npm publish --no-git-tag-version --force"
},
"keywords": [
"nextjs",
"react",
"ui",
"floating-button"
],
"author": "Sunzhi",
"license": "MIT",
"peerDependencies": {
"next": ">=12.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@sunui-design/core": "0.0.54",
"@sunui-design/social": "0.0.54",
"framer-motion": "^12.4.12"
},
"devDependencies": {
"@types/react": "^19.0.10",
"rimraf": "^6.0.1",
"typescript": "^5.8.2"
},
"gitHead": "28ff267187b697d09a48f77a6798369d6e844349",
"publishConfig": {
"access": "public"
}
}