Skip to content

Instantly share code, notes, and snippets.

@erutan
Created December 8, 2019 22:17
Show Gist options
  • Save erutan/9dcee1ee3e75089b5b07155d61b7a72f to your computer and use it in GitHub Desktop.
Save erutan/9dcee1ee3e75089b5b07155d61b7a72f to your computer and use it in GitHub Desktop.
Gulp 4 d.o/project/zurb_foundation/
{
"name": "drf",
"version": "0.8.0",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/zurb_foundation/",
"description": "Zurb Foundation 6 Subtheme for Drupal 8",
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^2.2.0",
"extend": "^3.0.0",
"foundation-sites": "~6.4.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-imagemin": "^6.1.0",
"gulp-load-plugins": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.2.1",
"gulp-sass-lint": "^1.1.1",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.12.1",
"motion-ui": "~1.2.2",
"node-sass-import-once": "^1.2.0",
"rimraf": "*"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"watch": "gulp watch",
"postinstall": "node_modules/.bin/rimraf node_modules/**/*.info"
},
"private": true,
"dependencies": {
"autoprefixer": "^9.6.1",
"cssnano": "^4.1.10",
"gulp-newer": "^1.4.0",
"gulp-noop": "^1.0.0",
"gulp-postcss": "^8.0.0",
"imagemin-jpegtran": "^6.0.0",
"postcss-assets": "^5.0.0",
"usedcss": "^1.0.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment