Some checks failed
Publish / publish (push) Failing after 0s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@lilith/ui-glassmorphism",
|
|
"version": "1.1.7",
|
|
"description": "Glassmorphism UI components with configurable blur, opacity, and effects",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./styles": "./src/styles/glass-tokens.css"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --fix",
|
|
"lint:check": "eslint src"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/configs": "^2.3.0",
|
|
"@lilith/ui-styled-components": "^6.3.9",
|
|
"@lilith/ui-zname": "^1.2.4"
|
|
},
|
|
"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.black.lan/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
},
|
|
"devDependencies": {
|
|
"react": "^19.2.3",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3"
|
|
}
|
|
}
|