generated from cloud-gov/pages-uswds-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 793 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 793 Bytes
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": "federalist-uswds-jekyll",
"version": "1.3.0",
"scripts": {
"build": "bundle exec jekyll build",
"clean": "bundle exec jekyll clean",
"reset": "npx rimraf .git",
"start": "bundle exec jekyll serve",
"test": "bundle exec htmlproofer _site; npx a11y '_site/**/*.html'"
},
"dependencies": {
"@uswds/uswds": "^3.11.0",
"dompurify": "^3.2.6",
"dot-prop": "^9.0.0",
"jquery": "^3.7.1",
"uswds": "^2.14.0"
},
"devDependencies": {
"rimraf": "^6.0.1"
},
"overrides": {
"cross-spawn": "6.0.6",
"minimist": "1.2.8",
"remark-parse": ">=10.0.1",
"mdast-util-to-hast": ">=5.0.0",
"trim": ">=0.0.3",
"tough-cookie": ">=4.1.4",
"got": ">=11.8.5",
"trim-newlines": ">=5.0.0",
"semver": ">=7.6.3"
}
}