UNPKG

checka11y-css

Version:

A CSS stylesheet to quickly highlight a11y concerns.

105 lines (104 loc) 4.31 kB
{ "name": "checka11y-css", "version": "2.4.0", "description": "A CSS stylesheet to quickly highlight a11y concerns.", "main": "checka11y.css", "style": "checka11y.css", "scripts": { "prepublishOnly": "git-branch-is master && is-git-status-clean", "serve": "open-cli ./test/index.html", "build": "npm run build:expanded && npm run build:minify", "build:expanded": "concurrently \"npm run build:expanded:main\" \"npm run build:expanded:errors\" \"npm run build:expanded:warnings\"", "build:expanded:main": "sass --no-source-map src/checka11y.scss ./checka11y.css --style=compressed && sass --no-source-map ./checka11y.css ./checka11y.css --style=expanded && npx postcss checka11y.css --use autoprefixer --replace --no-map", "build:expanded:errors": "sass --no-source-map src/errors/checka11y-errors.scss ./checka11y-errors.css --style=compressed && sass --no-source-map ./checka11y-errors.css ./checka11y-errors.css --style=expanded && npx postcss checka11y-errors.css --use autoprefixer --replace --no-map", "build:expanded:warnings": "sass --no-source-map src/warnings/checka11y-warnings.scss ./checka11y-warnings.css --style=compressed && sass --no-source-map ./checka11y-warnings.css ./checka11y-warnings.css --style=expanded && npx postcss checka11y-warnings.css --use autoprefixer --replace --no-map", "build:minify": "concurrently \"npm run build:minify:main\" \"npm run build:minify:errors\" \"npm run build:minify:warnings\"", "build:minify:main": "cleancss --batch --batch-suffix .min checka11y.css", "build:minify:errors": "cleancss --batch --batch-suffix .min checka11y-errors.css", "build:minify:warnings": "cleancss --batch --batch-suffix .min checka11y-warnings.css", "lint:check": "stylelint \"**/*.scss\" --max-warnings=0 --ignore-path .gitignore", "lint:fix": "stylelint \"**/*.scss\" --max-warnings=0 --ignore-path .gitignore --fix", "test": "cypress run", "test:ui": "cypress open", "has-no-changes": "is-git-status-clean" }, "repository": { "type": "git", "url": "git+https://github.com/jackdomleo7/Checka11y.css.git" }, "author": { "name": "Jack Domleo", "url": "https://jackdomleo.dev" }, "contributors": [ "Jack Domleo (https://jackdomleo.dev)", "Dan Spratling (https://github.com/danspratling)", "Savvas Stephanides (https://github.com/SavvasStephanides)", "Veeresh (https://github.com/veerreshr)", "Devin Ford (https://github.com/devindford)", "Shaurya Vardhan (https://github.com/wulforr)", "Emma Dawson (https://github.com/emmalearnscode)", "Andrey Kudryavtsev (https://github.com/cat-street)", "Alvaro Montoro (https://github.com/alvaromontoro)", "Manaswini Munuguri (https://github.com/Manaswini1832)", "Shona McKenzie (https://github.com/shonamckenzie)", "Ashar Setiawan (https://github.com/azhsetiawan)", "Bogdan Lazar (https://github.com/tricinel)", "Martin Sidorov (https://github.com/Matrix278)", "Shaddam Amru Hasibuan (https://github.com/shamahdotdev)", "Tanner Dolby (https://github.com/tannerdolby)", "Elida Kirigo (https://github.com/elidakirigo)" ], "keywords": [ "checka11y", "checkally", "a11y", "ally", "accessibility" ], "license": "MIT", "bugs": { "url": "https://github.com/jackdomleo7/Checka11y.css/issues" }, "homepage": "https://checka11y.jackdomleo.dev", "files": [ "src/*", "checka11y.css", "checka11y.min.css", "checka11y-errors.css", "checka11y-errors.min.css", "checka11y-warnings.css", "checka11y-warnings.min.css", "postcss.config.js", "README.md", "LICENSE", "CHANGELOG" ], "devDependencies": { "autoprefixer": "^10.4.14", "clean-css": "^5.3.2", "clean-css-cli": "^5.6.2", "concurrently": "^7.6.0", "cypress": "^13.3.0", "git-branch-is": "^4.0.0", "is-git-status-clean": "^1.0.0", "open-cli": "^7.2.0", "postcss": "^8.4.21", "postcss-cli": "^10.1.0", "sass": "^1.60.0", "stylelint": "^15.3.0", "stylelint-config-standard-scss": "^7.0.1" }, "peerDependencies": { "sass": "1.x" }, "peerDependenciesMeta": { "sass": { "optional": true } }, "packageManager": "npm@9.6.2", "engines": { "node": ">=14" } }