UNPKG

libreria-astro-lefebvre

Version:

Librería de componentes Astro, React y Vue para Lefebvre

45 lines (44 loc) 1.08 kB
{ "name": "libreria-astro-lefebvre", "version": "0.1.57", "description": "Librería de componentes Astro, React y Vue para Lefebvre", "author": "Equipo web desarrollo Lefebvre", "type": "module", "types": "./src/env.d.ts", "exports": { ".": { "types": "./src/env.d.ts", "default": "./src/index.ts" }, "./list": "./src/list.ts", "./limbo": "./src/limbo/index.ts", "./limbo/LimboProvider.astro": "./src/limbo/LimboProvider.astro", "./components/LimboImage.astro": "./src/components/LimboImage.astro", "./lib/functions": "./src/lib/functions.js" }, "files": [ "src" ], "keywords": [ "astro", "astro-components", "ui", "component-library", "design-system" ], "peerDependencies": { "astro": "^5.11.0" }, "peerDependenciesMeta": { "astro": { "optional": true } }, "scripts": { "generate:registry": "node scripts/generateRegistry.js" }, "devDependencies": { "astro": "^5.11.0", "typescript": "^5.8.3" } }