forked from atbcb/ICTTestingBaseline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.11 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.11 KB
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
{
"name": "federalist-uswds-jekyll",
"version": "1.3.0",
"scripts": {
"build": "bundle exec jekyll build",
"clean": "bundle exec jekyll clean",
"netlify-dev-server": "npx netlify-cms-proxy-server",
"pa11y": "pa11y",
"pa11y:local": "pa11y http://localhost:4000/",
"reset": "npx rimraf Gemfile.lock package-lock.json LICENSE.md CONTRIBUTING.md degit.json .git .dependabot",
"start": "bundle exec jekyll serve",
"start-profile": "bundle exec jekyll serve --profile",
"test": "bundle exec htmlproofer _site; npx a11y '_site/**/*.html'"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"anchor-js": "^4.3.0",
"datatables": "^1.10.18",
"dompurify": "^2.2.3",
"jekyll": "^3.0.0-beta1",
"jquery": "^3.6.0",
"jquery-toast-plugin": "^1.3.2",
"netlify-cms": "^2.8.0",
"stickyfilljs": "^2.1.0",
"swiper": "^6.5.1",
"uswds": "^2.13.1",
"video.js": "^7.10.2",
"videojs-youtube": "^2.6.1"
},
"devDependencies": {
"a11y": "^0.5.1",
"netlify-cms-proxy-server": "^1.3.7",
"pa11y": "^5.3.0",
"rimraf": "^3.0.2"
}
}