-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.09 KB
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": "@gsa/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.13.0",
"accessible-autocomplete": "^3.0.1",
"concurrently": "^10.0.3",
"cssnano": "^8.0.2",
"fuse.js": "^7.5.0",
"glossary-panel": "^1.0.0",
"ini": "^7.0.0",
"js-yaml": "^5.2.2",
"lodash.assign": "^4.2.0",
"node-notifier": "^10.0.1",
"path": "^0.12.7",
"postcss": "^8.5.22",
"sass": "^1.101.7",
"smooth-scroll": "^16.1.3",
"x64": "^1.0.0"
},
"scripts": {
"build": "npm run gulp && npm run merge-dcat-us-docs && npm run jekyll",
"gulp": "gulp",
"jekyll": "bundle exec jekyll build",
"merge-dcat-us-docs": "node scripts/merge-dcat-us-docs.js",
"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\" \"npm run merge-dcat-us-docs && 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.29.7",
"@babel/plugin-transform-runtime": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"@uswds/compile": "^1.3.2",
"babelify": "^10.0.0",
"browserify": "^17.0.1",
"gulp": "^5.0.1",
"gulp-if": "^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"
},
"overrides": {
"@uswds/compile": {
"postcss": "^8.5.16"
},
"shell-quote": "1.9.0",
"node-notifier": {
"uuid": "11.1.1"
},
"sass": {
"immutable": "5.1.9"
}
}
}