ui-effects-mouse/package.json
autocommit 218b694dee
Some checks failed
Publish / publish (push) Failing after 0s
deps-upgrade(deps): ⬆️ Update dependencies to latest versions for bug fixes, security patches, and minor enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-11 01:23:27 -07:00

69 lines
1.5 KiB
JSON

{
"name": "@lilith/ui-effects-mouse",
"version": "1.2.0",
"description": "Mouse interaction effects - ripples and particle trails",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src"
},
"keywords": [
"react",
"mouse",
"effects",
"ripple",
"particles",
"animation",
"interaction",
"canvas"
],
"author": {
"name": "Quinn FTW",
"email": "quinn@ftw.codes"
},
"license": "MIT",
"dependencies": {
"@lilith/ui-motion": "^2.2.0",
"@lilith/ui-styled-components": "^6.3.9",
"@lilith/ui-zname": "^1.2.4",
"motion-dom": "^11.18.1",
"motion-utils": "^11.18.1"
},
"peerDependencies": {
"framer-motion": "^11.18.2",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/styled-components": "^5.1.36",
"framer-motion": "^11.18.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}