accessible-astro-components
Version:
A comprehensive set of accessible, easy-to-use UI components for Astro websites, built with WCAG compliance and inclusive design principles.
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "accessible-astro-components",
"description": "A comprehensive set of accessible, easy-to-use UI components for Astro websites, built with WCAG compliance and inclusive design principles.",
"version": "5.4.0",
"author": "Incluud",
"license": "MIT",
"homepage": "https://accessible-astro.incluud.dev/components/overview/",
"type": "module",
"exports": {
".": {
"import": {
"types": "./src/types/index.d.ts",
"default": "./index.js"
}
}
},
"main": "./index.js",
"types": "./src/types/index.d.ts",
"keywords": [
"astro",
"astro-component",
"astro-components",
"accessible",
"accessibility",
"a11y",
"wcag",
"responsive",
"ui-library",
"ui-components"
],
"repository": {
"type": "git",
"url": "git+https://github.com/incluud/accessible-astro-components.git"
},
"bugs": {
"url": "https://github.com/incluud/accessible-astro-components/issues"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^5.3.0",
"astrobook": "^0.12.2",
"prettier": "2.8.7",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-css-order": "^1.3.1"
}
}