50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"name": "@lilith/ui-effects-mouse",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Mouse interaction effects - ripples and particle trails",
|
||
|
|
"type": "module",
|
||
|
|
"main": "./src/index.ts",
|
||
|
|
"types": "./src/index.ts",
|
||
|
|
"exports": {
|
||
|
|
".": "./src/index.ts"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc --project tsconfig.json",
|
||
|
|
"typecheck": "tsc --noEmit"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"react",
|
||
|
|
"mouse",
|
||
|
|
"effects",
|
||
|
|
"ripple",
|
||
|
|
"particles",
|
||
|
|
"animation",
|
||
|
|
"interaction",
|
||
|
|
"canvas"
|
||
|
|
],
|
||
|
|
"author": {
|
||
|
|
"name": "Quinn FTW",
|
||
|
|
"email": "TransQuinnFTW@pm.me"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@lilith/zname": "workspace:*"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"framer-motion": "^11.18.2",
|
||
|
|
"react": "^18.0.0",
|
||
|
|
"react-dom": "^18.0.0",
|
||
|
|
"styled-components": "^6.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^18.0.0",
|
||
|
|
"@types/react-dom": "^18.0.0",
|
||
|
|
"@types/styled-components": "^5.1.26",
|
||
|
|
"framer-motion": "^11.18.2",
|
||
|
|
"react": "^18.0.0",
|
||
|
|
"react-dom": "^18.0.0",
|
||
|
|
"styled-components": "^6.0.0",
|
||
|
|
"typescript": "^5.9.3"
|
||
|
|
}
|
||
|
|
}
|