-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (21 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "ca-jekyll-vanilla",
"author": "CivicActions",
"license": "Creative Commons Attribution-ShareAlike 4.0 International Public License",
"scripts": {
"postinstall": "bundle",
"build": "bundle exec jekyll build",
"start": "bundle exec jekyll serve",
"start-detached": "bundle exec jekyll serve --detach",
"pa11y-ci:home": "pa11y-ci http://127.0.0.1:4000/ca-jekyll-vanilla",
"pa11y-ci:sitemap": "pa11y-ci --sitemap http://127.0.0.1:4000/ca-jekyll-vanilla/sitemap.xml --sitemap-find https://civicactions.github.io --sitemap-replace http://127.0.0.1:4000 --sitemap-exclude \"/*.pdf\"",
"cypress-tests": "cypress run --browser chrome --headless",
"build-link-checker": "bundle exec jekyll build -c _config.yml,_config_linkchecker.yml",
"link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,429,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" ./_site"
},
"devDependencies": {
"cypress": "^13.7.0",
"cypress-axe": "^1.0.0",
"pa11y-ci": "^3.0.1"
}
}