@xexiu/astro-modal
Version:
A pure css and html modal component for Astro
59 lines (58 loc) • 1.21 kB
JSON
{
"author": {
"name": "Sergiu Mironescu <sergiu.mironescu@gmail.com>",
"url": "https://twitter.com/xexiudev"
},
"bugs": {
"url": "https://github.com/xexiu/astro-components/issues"
},
"description": "A pure css and html modal component for Astro",
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"gitHead": "39a722837c75a3d5e555ac7665f7cfe28a87bc8c",
"homepage": "https://xexiu.dev",
"keywords": [
"astro",
"astro-component",
"modal",
"dialog",
"optimization",
"html5 semantic",
"semantic",
"SEO",
"responsive",
"ui",
"lighthouse",
"Browsers API",
"Web/mobile compatible",
"no-js",
"optimization",
"ui",
"html",
"css",
"accessibility"
],
"license": "ISC",
"main": "index.ts",
"name": "@xexiu/astro-modal",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "astro-modal",
"type": "git",
"url": "https://github.com/xexiu/astro-components"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"type": "module",
"typings": "src/modal.d.ts",
"version": "0.5.9"
}