forked from GSA/digitalgov.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.67 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
{
"name": "digitalgov.gov",
"version": "2.0.0",
"description": "Guidance for making a better digital government",
"main": "gulpfile.js",
"scripts": {
"test:pa11y": "pa11y-ci --config .pa11yci"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/digitalgov.gov.git"
},
"license": "",
"dependencies": {
"gulp-jshint": "^2.1.0",
"octicons": "^7.3.0",
"pa11y-ci": "^2.3.0"
},
"devDependencies": {
"acorn": "^6.4.1",
"autoprefixer": "^9.7.4",
"braces": "^2.3.2",
"change-case": "^3.1.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"del": "^3.0.0",
"dotenv": "^8.2.0",
"gulp": "^4.0.2",
"gulp-bless": "^4.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-git": "^2.10.0",
"gulp-gzip": "^1.4.2",
"gulp-hash": "^4.2.2",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-replace-name": "^1.0.1",
"gulp-responsive": "^2.14.0",
"gulp-s3-upload": "^1.7.3",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-css-comments": "^2.0.0",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"i": "^0.3.6",
"image-size": "^0.8.3",
"jshint": "^2.11.0",
"npm": "^6.14.4",
"path": "^0.12.7",
"postcss": "^7.0.26",
"postcss-csso": "^4.0.0",
"postcss-uncss": "^0.16.1",
"sass": "^1.25.0",
"sharp": "^0.23.4",
"uncss": "^0.16.2",
"uswds": "^2.5.0",
"uswds-gulp": "github:uswds/uswds-gulp",
"vinyl-paths": "^3.0.1"
}
}