-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
45 lines (45 loc) · 1.29 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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "pra.digital.gov",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "npx gulp updateUswds",
"build:js": "esbuild _js/index.js --bundle --outfile=assets/uswds/js/bundle.js",
"copy-assets": "npx gulp copyAssets",
"compile": "npx gulp compile",
"federalist": "npm run build && npm run build:js",
"prestart": "npm run build",
"start": "concurrently \"npx gulp watch\" \"bundle exec jekyll serve\"",
"test:pa11y": "pa11y-ci --config .pa11yci --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude pdf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/digitalgov-pra.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GSA/digitalgov-pra/issues"
},
"homepage": "https://github.com/GSA/digitalgov-pra#readme",
"dependencies": {
"@uswds/compile": "^1.2.0",
"@uswds/uswds": "3.8.0",
"accessible-autocomplete": "^2.0.4",
"concurrently": "^8.2.2",
"glossary-panel": "^1.0.0",
"gulp": "^5.0.0",
"lodash.assign": "^4.2.0",
"pa11y-ci": "3.1.0",
"sass": "^1.74.1",
"smooth-scroll": "^16.1.3",
"underscore": "^1.13.6"
},
"devDependencies": {
"esbuild": "0.19.11"
},
"overrides": {
"glob-parent": "6.0.2"
}
}