forked from usds/uswds-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 902 Bytes
/
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
{
"name": "uswds-jekyll",
"version": "2.0.0",
"description": "Basic Jekyll scaffold with USWDS and USWDS-Gulp",
"repository": {
"type": "git",
"url": "git+https://github.com/usds/uswds-jekyll.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/usds/uswds-jekyll/issues"
},
"homepage": "https://github.com/usds/uswds-jekyll#readme",
"private": true,
"scripts": {
"postinstall": "bundle",
"start": "bundle exec jekyll serve --livereload",
"build": "bundle exec jekyll build"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"gulp": "^4.0.2",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"postcss-csso": "^4.0.0",
"sass": "^1.26.10",
"uswds": "^2.8.1",
"uswds-gulp": "github:uswds/uswds-gulp"
}
}