-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.35 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
{
"name": "uswds-sandbox",
"private": true,
"author": "USWDS",
"license": "CC0-1.0",
"scripts": {
"federalist": "npx gulp updateUswds",
"jekyll-install": "gem install bundler && bundle install",
"pa11y-ci": "pa11y-ci --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude \"/*.pdf\"",
"serve": "bundle exec jekyll serve --livereload --host=localhost",
"start": "npm install && npm run jekyll-install && npm run federalist",
"uswds-build-sass": "gulp build-sass",
"uswds-build-app": "gulp build-app",
"uswds-copy-assets": "npm run uswds-copy-js && npm run uswds-copy-fonts && npm run uswds-copy-img",
"uswds-copy-fonts": "gulp copy-uswds-fonts",
"uswds-copy-img": "gulp copy-uswds-images",
"uswds-copy-js": "gulp copy-uswds-js",
"uswds-update": "npm update uswds && ./build.sh",
"watch": "npx gulp watch",
"test": "snyk test"
},
"dependencies": {
"@uswds/uswds": "^3.8.2"
},
"devDependencies": {
"@uswds/compile": "^1.1.0",
"autoprefixer": "^10.4.20",
"gulp": "^5.0.0",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^2.0.3",
"pa11y-ci": "^3.1.0",
"postcss": "^8.4.41",
"postcss-csso": "^6.0.1",
"sass": "^1.77.8",
"snyk": "^1.1292.4"
}
}