-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
53 lines (53 loc) · 2.02 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
46
47
48
49
50
51
52
53
{
"name": "cto-website",
"version": "2.0.0",
"description": "Website for the GSA Office of the Chief Technology Officer",
"scripts": {
"start": "concurrently npm:cms-proxy npm:serve",
"dev": "concurrently npm:cms-proxy npm:serve npm:styles",
"styles": "gulp watch",
"serve": "hugo server --noHTTPCache --verbose --debug",
"cms-proxy": "netlify-cms-proxy-server",
"test": "npm run test:eslint && npm run test:links:internal && npm run test:a11y:local",
"test:serve": "hugo server --port 54321 --destination test",
"test:eslint": "eslint 'static/assets/js/**/*.js'",
"test:links:internal": "start-server-and-test --expect 200 test:serve 54321 'blc -e -r --exclude docx --exclude xlsx --exclude pptx --exclude pdf --exclude svg http://localhost:54321'",
"test:links:external": "start-server-and-test --expect 200 test:serve 54321 'blc -i -r http://localhost:54321'",
"test:a11y:local": "start-server-and-test --expect 200 test:serve 54321 'pa11y-ci --sitemap http://localhost:54321/sitemap.xml'",
"test:a11y:live": "pa11y-ci --sitemap https://tech.gsa.gov/sitemap.xml"
},
"author": "GSA <cto@gsa.gov>",
"license": "CC0-1.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@uswds/uswds": "^3.9.0",
"jquery": "^3.7.1",
"lunr": "^2.3.9",
"markdown-it": "^14.1.0",
"mousetrap": "^1.6.5",
"netlify-cms": "^2.10.192",
"react": "^18.3.1",
"waypoints": "^4.0.1"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@eslint/js": "^9.13.0",
"@uswds/compile": "^1.2.0",
"broken-link-checker": "^0.7.8",
"concurrently": "^9.0.1",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"gulp": "^5.0.0",
"netlify-cms-proxy-server": "^1.3.24",
"pa11y-ci": "^3.1.0",
"start-server-and-test": "^2.0.8"
},
"overrides": {
"trim@<0.0.3": "^0.0.3",
"nth-check@<2.0.1": "^2.0.1",
"glob-parent@<5.1.2": "^5.1.2",
"robots-txt-guard@<1.0.2": "^1.0.2"
}
}