react-accessible-headings
Version:
Accessible dynamic H1, H2, that will adjust for accessibility reasons! WCAG ARIA
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "react-accessible-headings",
"version": "4.2.0",
"description": "Accessible dynamic H1, H2, that will adjust for accessibility reasons! WCAG ARIA",
"main": "./build/index.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/springload/react-accessible-headings/"
},
"keywords": [
"react",
"accessibility",
"a11y",
"wcag",
"aria",
"aria-level",
"heading",
"level",
"depth",
"h1",
"h2"
],
"author": "Matthew Holloway",
"license": "ISC",
"devDependencies": {
"@testing-library/react": "^11.0.4",
"@types/jest": "^26.0.14",
"@types/node": "^17.0.21",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"jest": "26.5.3",
"ts-jest": "^26.4.1",
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": ">16.8 || ^17.0.0 || ^18.0.0",
"react-dom": ">16.8 || ^17.0.0 || ^18.0.0"
}
}