forked from GSA/resources.data.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.54 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
{
"name": "resources.data.gov",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"dependencies": {
"accessible-autocomplete": "^1.6.2",
"autoprefixer": "^10.4.0",
"browserify": "^17.0.0",
"concurrently": "^6.3.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^5.0.0",
"fuse.js": "^3.4.4",
"glossary-panel": "^1.0.0",
"gulp": "^4.0.2",
"gulp-dart-sass": "^1.0.2",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sourcemaps": "^3.0.0",
"gulplog": "^1.0.0",
"ini": "^1.3.6",
"js-yaml": "^3.14.0",
"lodash.assign": "^4.2.0",
"node-notifier": "^8.0.1",
"path": "^0.12.7",
"postcss": "^8.3.11",
"postcss-csso": "^5.0.1",
"sass": "^1.43.4",
"smooth-scroll": "^16.0.3",
"uswds": "^2.12.1",
"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",
"federalist": "npm run gulp",
"gulp": "gulp init",
"jekyll": "bundle exec jekyll build",
"prestart": "npm run gulp",
"qa": "bundle exec htmlproofer --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 <datagovhelp@gsa.gov>",
"license": "CC0-1.0"
}