generated from cloud-gov/pages-uswds-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 1.03 KB
/
package.json
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
{
"name": "united-states-digital-corp",
"version": "1.0.0",
"description": "United States Digital Corps",
"author": "U.S. Digital Corps",
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "https://github.com/GSA/digitalcorps.gsa.gov"
},
"bugs": {
"url": "https://github.com/GSA/digitalcorps.gsa.gov/issues"
},
"scripts": {
"build": "bundle exec jekyll build",
"clean": "bundle exec jekyll clean",
"reset": "npx rimraf .git",
"start": "bundle exec jekyll serve --livereload",
"start-detached": "bundle exec jekyll serve --detach",
"test-links": "bundle exec htmlproofer --http-status-ignore '999' _site;",
"test-a11y": "pa11y-ci --sitemap http://localhost:4000/sitemap.xml --sitemap-find https://digitalcorps.gsa.gov --sitemap-replace http://localhost:4000 --sitemap-exclude \"/*.pdf\""
},
"dependencies": {
"js-yaml": "^4.1.0",
"simple-jekyll-search": "^1.10.0",
"uswds": "~2.14.0"
},
"devDependencies": {
"pa11y-ci": "^3.1.0",
"rimraf": "^6.0.1"
}
}