-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
57 lines (57 loc) · 1.62 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
{
"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.10.0",
"accessible-autocomplete": "^3.0.1",
"concurrently": "^9.1.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^7.0.6",
"fuse.js": "^7.0.0",
"glossary-panel": "^1.0.0",
"ini": "^5.0.0",
"js-yaml": "^4.1.0",
"lodash.assign": "^4.2.0",
"node-notifier": "^10.0.1",
"path": "^0.12.7",
"postcss": "^8.4.49",
"sass": "^1.83.0",
"smooth-scroll": "^16.1.3",
"watchify": "^4.0.0",
"x64": "^1.0.0"
},
"scripts": {
"build": "npm run gulp && npm run jekyll",
"gulp": "gulp",
"jekyll": "bundle exec jekyll build",
"pages": "npm i && 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": "gulp watch"
},
"author": "Data.gov <datagovhelp@gsa.gov>",
"license": "CC0-1.0",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@uswds/compile": "^1.2.0",
"babelify": "^10.0.0",
"browserify": "^17.0.1",
"gulp": "^5.0.0",
"gulp-if": "^3.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser-js": "^5.2.2",
"gulp-uglify": "^3.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}