forked from OGS-Digital-Service/accessibility-reporting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "accessibility-reporting",
"version": "1.0.0",
"description": "A micro-site and repo to manage automated accessibility reports, generated scans, and general compliance with WCAG 2.2 AA across Digital Service managed websites and tools.",
"main": "index.js",
"scripts": {
"pa11y": "pa11y-ci",
"start": "npx @11ty/eleventy --serve",
"11tybuild": "npx @11ty/eleventy --serve & npx tailwindcss -i tailwind-setup.css -o css/tailwind.css --minify --watch",
"build": "npx @11ty/eleventy",
"lighthouse-mobile-a11y": "npx lighthouse --only-categories accessibility, best-practices, seo -- ",
"lighthouse-desktop-a11y": "npx lighthouse --preset=desktop --only-categories accessibility, best-practices, seo -- ",
"lighthouse-mobile-performance": "npx lighthouse --only-categories performance -- ",
"lighthouse-desktop-performance": "npx lighthouse --preset=desktop --throttling.throughputKbps=1650 --throttling.rttMs=150 --only-categories performance -- ",
"ibm": "npx achecker -- "
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"accessibility-checker": "^4.0.9",
"accessibility-checker-engine": "^4.0.9",
"lighthouse": "^12.6.1",
"pa11y-ci": "^3.1.0",
"pa11y-ci-reporter-html": "^7.0.0",
"puppeteer": "^24.22.1",
"puppeteer-core": "^24.22.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
"tailwindcss": "^3.4.17"
}
}