generated from cloud-gov/pages-uswds-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 945 Bytes
/
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
{
"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 --livereload",
"test": "bundle exec htmlproofer _site; npx a11y '_site/**/*.html'"
},
"dependencies": {
"axios": "^1.7.9",
"boxen": "^8.0.1",
"cross-spawn": "^7.0.6",
"execa": "^9.5.1",
"got": "^14.4.5",
"latest-version": "^9.0.0",
"mdast-util-to-hast": "^13.2.0",
"netlify-cms": "^2.8.0",
"package-json": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"term-size": "^4.0.0",
"update-notifier": "^7.3.1",
"uswds": "^2.14.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"axe-core": "^4.10.2",
"puppeteer": "^23.10.1",
"rimraf": "^6.0.1"
},
"overrides": {
"trim": "0.0.3",
"trim-newlines": "^3.0.1"
}
}