forked from GSA/digitalgov.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.04 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "digitalgov.gov",
"version": "2.0.0",
"description": "Guidance for making a better digital government",
"main": "gulpfile.js",
"scripts": {
"federalist": "export NODE_ENV=production && gulp build-assets",
"hugo": "export $(grep -v '^#' .env | xargs) && hugo serve",
"lint:json": "find public/**/v1/json/index.html -print0 | xargs -0I {} jsonlint '{}'",
"lint:markdown": "markdownlint --config ./.markdown-lint.yml ./content/**/*.md --ignore './content/apis/*.md'",
"lint": "hugo && run-p lint:*",
"local-build": "gulp build-assets && gulp watch",
"start": "npm-run-all --parallel local-build hugo workflow",
"test:pa11y": "pa11y-ci --config .pa11yci",
"workflow": "npx netlify-cms-proxy-server"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/digitalgov.gov.git"
},
"license": "",
"dependencies": {
"autoprefixer": "^9.7.6",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jquery": "^3.5.1",
"jshint": "^2.11.0",
"npm-run-all": "^4.1.5",
"pa11y-ci": "^2.3.0",
"postcss-csso": "^4.0.0",
"sass": "^1.26.3",
"uswds": "^2.8.0",
"uswds-gulp": "github:uswds/uswds-gulp"
},
"devDependencies": {
"change-case": "^3.1.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"del": "^3.0.0",
"dotenv": "^8.2.0",
"gulp-bless": "^4.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-gzip": "^1.4.2",
"gulp-hash": "^4.2.2",
"gulp-rename": "^1.4.0",
"gulp-replace-name": "^1.0.1",
"gulp-responsive": "^2.14.0",
"gulp-s3-upload": "^1.7.3",
"gulp-size": "^3.0.0",
"gulp-strip-css-comments": "^2.0.0",
"gulp-tap": "^2.0.0",
"gulp-util": "^3.0.8",
"image-size": "^0.8.3",
"jsonlint": "^1.6.3",
"markdownlint-cli": "^0.23.2",
"postcss": "^7.0.27",
"vinyl-paths": "^3.0.1"
}
}