bootstrap.lukkian
Version:
My bootstrap customizations. (see README.md)
55 lines (54 loc) • 2.17 kB
JSON
{
"name": "bootstrap.lukkian",
"version": "5.3.0",
"description": "My bootstrap customizations. (see README.md)",
"main": "index.js",
"scripts": {
"css": "npm-run-all css-compile css-prefix css-minify",
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/:dist/css/",
"css-lint": "npm-run-all --aggregate-output --continue-on-error --parallel css-lint-*",
"css-lint-stylelint": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache",
"css-lint-vars": "fusv scss/",
"css-minify": "npm-run-all --aggregate-output --parallel css-minify-*",
"css-minify-main": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\"",
"css-prefix": "npm-run-all --aggregate-output --parallel css-prefix-*",
"css-prefix-main": "postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel css-lint",
"test": "npm-run-all lint",
"server": "serve --listen 3000",
"watch": "nodemon -e html,scss -x \"npm run css\"",
"start": "npm-run-all --parallel watch server",
"build": "npm run css",
"run-all": "npm-run-all lint css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lukkian/bootstrap.lukkian.git"
},
"keywords": [
"bootstrap"
],
"author": "Lukkian",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lukkian/bootstrap.lukkian/issues"
},
"homepage": "https://github.com/Lukkian/bootstrap.lukkian#readme",
"dependencies": {
"bootstrap": "^5.3.0",
"@popperjs/core": "^2.11.8",
"bootstrap-icons": "^1.10.5"
},
"devDependencies": {
"clean-css-cli": "^5.6.2",
"find-unused-sass-variables": "^5.0.0",
"nodemon": "^2.0.22",
"npm-run-all2": "^6.0.5",
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"sass": "^1.63.6",
"serve": "^14.2.0",
"stylelint": "15.9.0",
"stylelint-config-twbs-bootstrap": "^11.0.0"
}
}