-
Notifications
You must be signed in to change notification settings - Fork 103
/
package.json
54 lines (54 loc) · 1.74 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
54
{
"name": "public-sans",
"version": "1.0.0",
"description": "A neutral sans-serif typeface from USWDS",
"author": "USWDS",
"license": "OFL-1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/uswds/public-sans.git"
},
"keywords": [
"uswds",
"font",
"sans",
"sansserif"
],
"bugs": {
"url": "https://github.com/uswds/public-sans/issues"
},
"homepage": "https://github.com/uswds/public-sans#readme",
"scripts": {
"build": "sh build.sh",
"copy-webfonts": "npx gulp copyWebfonts",
"federalist": "npm run uswds-copy-assets && npm run copy-webfonts && npm run uswds-build-sass",
"jekyll-install": "gem install bundler && bundle update && bundle install",
"serve": "bundle exec jekyll serve --livereload --host localhost & npx gulp watch",
"start": "npm install && npm run jekyll-install && npm run uswds-copy-assets && npm run uswds-build-sass",
"uswds-build-sass": "npx gulp buildSass",
"uswds-copy-assets": "npx gulp copyAssets",
"uswds-copy-fonts": "npx gulp copyFonts",
"uswds-copy-img": "npx gulp copyImages",
"uswds-copy-js": "npx gulp copyJS",
"uswds-copy-theme": "npx gulp copyTheme",
"watch": "npx gulp watch",
"test": "fontbakery check-googlefonts --json report.json binaries/webfonts/*.ttf",
"test:a11y": "npx axe http://localhost:4000/, http://localhost:4000/public-sans-100/ --tags wcag2a"
},
"dependencies": {
"@uswds/compile": "1.2.0",
"@uswds/uswds": "3.9.0",
"gulp": "^5.0.0",
"gulp-sass": "^5.1.0",
"path": "^0.12.7",
"postcss": "^8.4.47",
"sass-embedded": "^1.79.4"
},
"devDependencies": {
"@axe-core/cli": "^4.10.0",
"chromedriver": "127.0.1"
},
"overrides": {
"glob-parent": "6.0.2"
}
}