forked from GSA/resources.data.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.63 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
{
"name": "resources.data.gov",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"dependencies": {
"@uswds/uswds": "^3.7.1",
"accessible-autocomplete": "^2.0.4",
"autoprefixer": "^10.4.17",
"browserify": "^17.0.0",
"concurrently": "^8.2.2",
"css-mqpacker": "^7.0.0",
"cssnano": "^6.0.3",
"fuse.js": "^7.0.0",
"glossary-panel": "^1.0.0",
"gulp": "^4.0.2",
"gulp-dart-sass": "^1.1.0",
"gulp-postcss": "^9.1.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sourcemaps": "^3.0.0",
"gulplog": "^2.0.1",
"ini": "^4.1.1",
"js-yaml": "^4.1.0",
"lodash.assign": "^4.2.0",
"node-notifier": "^10.0.1",
"path": "^0.12.7",
"postcss": "^8.4.35",
"postcss-csso": "^5.0.1",
"sass": "^1.70.0",
"smooth-scroll": "^16.0.3",
"uswds-gulp": "github:uswds/uswds-gulp",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0"
},
"scripts": {
"build": "npm run gulp && npm run jekyll",
"gulp": "gulp",
"jekyll": "bundle exec jekyll build",
"pages": "npm run gulp",
"prestart": "npm run gulp",
"qa": "bundle exec htmlproofer --http-status-ignore \"301,302,401,403,429\" --check-html _site",
"setup": "bundle install",
"start": "concurrently \"npm run watch:*\" \"bundle exec jekyll serve\"",
"test": "bundle exec htmlproofer --check-html --disable-external _site",
"watch:js": "gulp watch-js",
"watch:sass": "gulp watch-sass"
},
"author": "Data.gov <[email protected]>",
"license": "CC0-1.0"
}