-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.22 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
{
"name": "brooklynrail-venice",
"version": "1.0.0",
"description": "Brooklyn Rail in Venice 2019",
"main": "index.js",
"scripts": {
"dependencies": "npm install && bundle install",
"start": "bundler exec jekyll serve --incremental",
"gulp": "node ./node_modules/gulp/bin/gulp.js",
"init": "npm run gulp -- init && git checkout -- ./assets/sass/_uswds-theme-typography.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/digitalgov-workflow.git"
},
"author": "jeremyziar",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/GSA/digitalgov-workflow/issues"
},
"homepage": "https://github.com/GSA/digitalgov-workflow#readme",
"dependencies": {
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"autoprefixer": "^9.6.1",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"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",
"node-sass": "^4.12.0",
"path": "^0.12.7",
"uswds": "^2.0.3",
"uswds-gulp": "github:uswds/uswds-gulp"
}
}