forked from usds/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 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
{
"name": "usds-website-v2",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"build": "gulp build-sass & bundle exec jekyll build",
"build-staging": "gulp build-sass & JEKYLL_ENV=staging bundle exec jekyll build",
"serve": "gulp watch & bundle exec jekyll serve --livereload",
"start": "npm run serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usds/website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/usds/website/issues"
},
"homepage": "https://github.com/usds/website#readme",
"devDependencies": {
"autoprefixer": "^10.2.4",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"jquery": "^3.5.1",
"mixin-deep": ">=1.3.2",
"normalize.css": "^8.0.0",
"postcss": "^8.2.5",
"postcss-csso": "^5.0.0",
"sass": "^1.32.6",
"set-value": "^4.0.1",
"tar": "^6.1.9",
"uswds": "^2.12.0",
"uswds-gulp": "github:uswds/uswds-gulp"
}
}