You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1004 B
42 lines
1004 B
{ |
|
"name": "barrio_sass", |
|
"version": "4.4", |
|
"description": "Barrio SASS implementation", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"keywords": [ |
|
"SASS", |
|
"Bootstrap", |
|
"Drupal", |
|
"Barrio" |
|
], |
|
"author": "@hatuhay", |
|
"license": "MIT", |
|
"dependencies": { |
|
"bootstrap": "^4.4.1", |
|
"jquery": "^3.3.1", |
|
"popper.js": "^1.14.3", |
|
"bootstrap-icons": "^1.0.0-alpha3" |
|
}, |
|
"devDependencies": { |
|
"browser-sync": "^2.24.7", |
|
"del": "^3.0.0", |
|
"gulp": "^4.0.0", |
|
"gulp-autoprefixer": "^4.1.0", |
|
"gulp-scss-lint": "^1.0.0", |
|
"gulp-clean-css": "3.9.4", |
|
"gulp-concat": "^2.6.1", |
|
"gulp-html-replace": "^1.6.2", |
|
"gulp-rename": "^1.2.2", |
|
"gulp-sass": "^4.0.1", |
|
"gulp-sourcemaps": "^2.6.4", |
|
"gulp-postcss": "^8.0.0", |
|
"gulp-uglify": "^3.0.0", |
|
"merge-stream": "^1.0.1", |
|
"gulp-load-plugins": "^2.0.4", |
|
"postcss-inline-svg": "^4.1.0", |
|
"postcss-pxtorem": "^5.1.1" |
|
} |
|
}
|
|
|