adgile
Version:
An easy-to-use automated front-end setup.
91 lines (90 loc) • 2.23 kB
JSON
{
"name": "adgile",
"version": "2.2.3",
"description": "An easy-to-use automated front-end setup.",
"author": {
"name": "Dieter Nonneman"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/Sylvareth/adgile"
},
"bugs": {
"url": "https://bitbucket.org/Sylvareth/adgile/issues"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"autoprefixer": "^10.2.6",
"browser-sync": "^2.26.14",
"chalk": "^4.1.1",
"cssnano": "^5.0.6",
"del": "^6.0.0",
"fs-extra": "^10.0.0",
"globule": "^1.3.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-bytediff": "^1.0.0",
"gulp-cli": "^2.3.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-debug": "^4.0.0",
"gulp-deporder": "^1.2.0",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^7.0.0",
"gulp-htmlhint": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-ignore": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-inject": "^5.0.5",
"gulp-inline-css": "^4.0.0",
"gulp-load-plugins": "^2.0.7",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-debug": "^4.0.0",
"gulp-tap": "^2.0.0",
"gulp-terser": "^2.0.1",
"gulp-watch": "^5.0.1",
"inquirer": "^8.1.0",
"liftoff": "^3.1.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"open": "^8.2.0",
"postcss": "^8.3.2",
"postcss-sort-media-queries": "^3.11.12",
"postcss-uncss": "^0.17.0",
"progress": "^2.0.3",
"psi": "^4.1.0",
"sass": "^1.44.0",
"simple-git": "^2.39.1",
"strip-ansi": "^6.0.0",
"through2": "^4.0.2",
"uncss": "^0.17.3",
"update-notifier": "^5.1.0"
},
"engines": {
"node": ">=10.0.0"
},
"bin": {
"adgile": "./bin/adgile.js",
"adg": "./bin/adgile.js"
},
"browserslist": [
"defaults",
"> 1%",
"last 2 version and > 0.2%",
"not dead and > 0.2%",
"safari 5",
"ie >=10",
"opera 12.1",
"iOS >=7",
"android 4"
]
}