Package: @lilith/ui-image Split from: lilith/ui.git or lilith/build.git Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@lilith/ui-image",
|
|
"version": "1.2.0",
|
|
"description": "Image components with preview, zoom, lightbox, content protection, and gallery functionality",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./protected-image": {
|
|
"types": "./dist/ProtectedImage.d.ts",
|
|
"import": "./dist/ProtectedImage.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --fix",
|
|
"lint:check": "eslint src"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/ui-motion": "^2.2.0",
|
|
"@lilith/ui-styled-components": "^6.3.9",
|
|
"@lilith/ui-theme": "^1.2.1",
|
|
"@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.local/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
},
|
|
"devDependencies": {
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3"
|
|
}
|
|
}
|