holygrail2
Version:
A minimal, responsive, style-agnostic CSS framework.
64 lines (63 loc) • 2.09 kB
JSON
{
"name": "holygrail2",
"version": "1.3.40",
"description": "A minimal, responsive, style-agnostic CSS framework.",
"main": "scss/style.scss",
"style": "dist/style.css",
"files": [
"dist",
"scss"
],
"directories": {
"lib": "scss"
},
"scripts": {
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"deploy": "git add . && (git commit -m \"$(node -p \\\"require('./package.json').version\\\")\" || echo 'No hay cambios para commit') && git push origin main && npm publish",
"start:watch": "npm-run-all --parallel watch serve open:guide",
"generate": "node generate-scss-variables.js",
"css": "sass scss/style.scss dist/style.css && sass scss/style-rtl.scss dist/style-rtl.css && sass scss/docs.scss dist/docs.css",
"site": "npx @11ty/eleventy",
"build": "npm run generate && npm run css && npm run site",
"start": "npm run build && npm run open:guide",
"open:guide": "open guia/index.html",
"lint": "stylelint 'scss/**/*.?(s)css'",
"lint:fix": "stylelint --fix 'scss/**/*.?(s)css'",
"format": "prettier --write 'scss/**/*.+(css|scss)'",
"docs": "sass scss/docs.scss doc/docs.css --style expanded && sass scss/docs.scss doc/docs.min.css --style compressed",
"test": "npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holygrail2/holygrail.git"
},
"keywords": [
"css",
"sass",
"minimal",
"responsive",
"style-agnostic",
"framework",
"toolkit",
"holygrail2"
],
"author": "Manuel Ruiz",
"license": "MIT",
"bugs": {
"url": "https://github.com/holygrail2/holygrail/issues",
"email": "dev@digitalstrategy.es"
},
"homepage": "https://holygrail2.netlify.app",
"devDependencies": {
"npm-run-all": "^4.1.5",
"open": "^9.1.0",
"prettier": "3.5.3",
"sass": "1.83.4",
"stylelint": "16.21.1",
"stylelint-config-standard": "36.0.0",
"stylelint-config-standard-scss": "15.0.1",
"stylelint-order": "7.0.0",
"stylelint-scss": "6.1.0"
}
}