43 lines
No EOL
1.1 KiB
JSON
43 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "@lilith/ui-feedback",
|
|
"version": "1.1.0",
|
|
"description": "Feedback and overlay components - Modal, Toast, Dropdown, Tooltip, Tabs, Popover",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"framer-motion": "^11.15.0",
|
|
"motion-dom": "^11.15.0",
|
|
"motion-utils": "^11.15.0",
|
|
"lucide-react": "^0.553.0",
|
|
"react": "^18.3.1",
|
|
"styled-components": "^6.1.8",
|
|
"@lilith/ui-theme": "1.0.4",
|
|
"@lilith/ui-primitives": "1.2.0"
|
|
},
|
|
"devDependencies": {},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"styled-components": "^6.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --fix",
|
|
"lint:check": "eslint src"
|
|
}
|
|
} |