forked from GSA/digitalgov.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
{
"name": "digitalgov.gov",
"version": "2.0.0",
"description": "Guidance for making a better digital government",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"gulp-jshint": "^2.1.0",
"octicons": "^7.3.0"
},
"devDependencies": {
"acorn": "^6.4.0",
"autoprefixer": "^9.7.3",
"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-combine-mq": "^0.4.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",
"gulp-watch": "^5.0.0",
"i": "^0.3.6",
"image-size": "^0.8.3",
"jshint": "^2.10.3",
"npm": "^6.13.4",
"path": "^0.12.7",
"postcss": "^7.0.25",
"postcss-uncss": "^0.16.1",
"sharp": "^0.23.4",
"tap": "^14.10.4",
"uncss": "^0.16.2",
"uswds": "^2.3.1",
"uswds-gulp": "github:uswds/uswds-gulp",
"vinyl-paths": "^3.0.1"
}
}