imajin/node_modules/@lilith/ui-glassmorphism/package.json
2026-01-10 04:52:11 -08:00

39 lines
No EOL
1,001 B
JSON

{
"name": "@lilith/ui-glassmorphism",
"version": "1.1.0",
"description": "Glassmorphism UI components with configurable blur, opacity, and effects",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./styles": "./src/styles/glass-tokens.css"
},
"dependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"react": "^19.0.0",
"styled-components": "^6.1.8",
"@lilith/configs": "1.1.0"
},
"devDependencies": {},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.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"
}
}