forked from GSA/digitalgov-pra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "pra.digital.gov",
"version": "1.0.0",
"description": "",
"dependencies": {
"accessible-autocomplete": "^1.6.2",
"autoprefixer": "^9.6.1",
"browserify": "^16.3.0",
"concurrently": "^4.1.1",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"fuse.js": "^3.4.5",
"glossary-panel": "^1.0.0",
"gulp": "^4.0.2",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulplog": "^1.0.0",
"js-yaml": "^3.13.1",
"lodash.assign": "^4.2.0",
"path": "^0.12.7",
"smooth-scroll": "^16.1.0",
"uswds": "^2.0.3",
"uswds-gulp": "github:uswds/uswds-gulp",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"scripts": {
"build": "gulp init",
"federalist": "npm run build",
"prestart": "npm run build",
"start": "concurrently \"npm run watch:*\" \"bundle exec jekyll serve\"",
"watch:js": "gulp watch-js",
"watch:sass": "gulp watch-sass"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/digitalgov-pra.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GSA/digitalgov-pra/issues"
},
"homepage": "https://github.com/GSA/digitalgov-pra#readme"
}