forked from GSA/resources.data.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
{
"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.8.2",
"accessible-autocomplete": "^3.0.0",
"concurrently": "^8.2.2",
"css-mqpacker": "^7.0.0",
"cssnano": "^7.0.5",
"fuse.js": "^7.0.0",
"glossary-panel": "^1.0.0",
"ini": "^4.1.3",
"js-yaml": "^4.1.0",
"lodash.assign": "^4.2.0",
"node-notifier": "^10.0.1",
"path": "^0.12.7",
"postcss": "^8.4.41",
"sass": "^1.77.8",
"smooth-scroll": "^16.0.3",
"watchify": "^4.0.0"
},
"scripts": {
"build": "npm run gulp && npm run jekyll",
"gulp": "gulp",
"jekyll": "bundle exec jekyll build",
"pages": "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 <[email protected]>",
"license": "CC0-1.0",
"devDependencies": {
"@uswds/compile": "^1.1.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browserify": "^17.0.0",
"gulp": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser-js": "^5.2.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}