reset-zone
Version:
A modern CSS reset for modern web applications!
104 lines (103 loc) • 3.58 kB
JSON
{
"name": "reset-zone",
"version": "4.0.0",
"description": "A modern CSS reset for modern web applications!",
"packageManager": "yarn@4.5.0",
"markdown": "github",
"license": "MIT",
"organizationName": "Black Axis",
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/license/mit/"
}
],
"author": "Khaled Mohamed <k.mohamed.11.98@gmail.com> (https://github.com/krypton225)",
"contributors": [
"Khaled Mohamed"
],
"bugs": {
"url": "https://github.com/Black-Axis/reset-zone/issues",
"email": "black_axis@outlook.com"
},
"keywords": [
"CSS",
"SCSS",
"Reset",
"SCSS Reset",
"CSS Reset",
"reset-zone"
],
"files": [
"src/**/*.scss",
"dist/**/*.css",
"index.scss",
"LICENSE.md",
"README.md",
"CHANGELOG.md"
],
"exports": {
"sass": "./index.scss",
"import": "./index.scss"
},
"style": "./index.scss",
"sass": "./index.scss",
"repository": {
"url": "https://github.com/Black-Axis/reset-zone",
"type": "git"
},
"scripts": {
"dev": "concurrently \"yarn scss:watch\" \"yarn scss:layer:watch\" \"yarn lint\" \"yarn banner:watch\" \"yarn min:css\" \"yarn min:layer:css\" \"yarn version:watch\"",
"scss:watch": "sass ./src/reset-zone.regular.scss:dist/reset-zone.regular.css --no-source-map --watch",
"scss:layer:watch": "sass ./src/reset-zone.layer.scss:dist/reset-zone.layer.css --no-source-map --watch",
"banner:watch": "nodemon --watch ./dist/reset-zone.regular.css --watch ./dist/reset-zone.layer.css --ext css --exec 'node scripts/add-banner.js dist/reset-zone.regular.css dist/reset-zone.layer.css'",
"min:css": "nodemon --watch ./dist/reset-zone.regular.css --exec 'yarn postcss ./dist/reset-zone.regular.css -o ./dist/reset-zone.regular.min.css --config postcss.config.js'",
"min:layer:css": "nodemon --watch ./dist/reset-zone.layer.css --exec 'yarn postcss ./dist/reset-zone.layer.css -o ./dist/reset-zone.layer.min.css --config postcss.config.js'",
"lint": "yarn stylelint \"./src/**/*.scss\" --fix",
"version:watch": "nodemon --watch ./package.json --exec 'node scripts/update-version.js --sync'",
"version:sync": "node scripts/update-version.js --sync",
"version:update": "node scripts/update-version.js",
"version:check": "node scripts/update-version.js --sync --dry-run",
"preversion": "yarn lint",
"postversion": "node scripts/update-version.js --sync && git add -A",
"upgrade": "ncu --upgrade",
"check-updates": "ncu",
"cmt": "cz",
"tags:github": "git push repo --tags",
"tags:gitlab": "git push gitlab --tags"
},
"resolutions": {
"cross-spawn": "^7.0.5",
"js-yaml": "^4.1.0",
"tmp": "^0.2.4",
"lodash": "^4.17.23",
"tar": "^7.4.3",
"glob": "^10.5.0",
"brace-expansion": "^2.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.23",
"concurrently": "^9.2.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.39.2",
"nodemon": "^3.1.11",
"npm-check-updates": "^19.2.1",
"postcss": "^8.5.6",
"postcss-banner": "^4.0.1",
"postcss-cli": "^11.0.1",
"postcss-minify": "^1.2.0",
"postcss-preset-env": "^10.6.0",
"postcss-scss": "^4.0.9",
"sass": "^1.97.1",
"stylelint": "^16.26.1",
"stylelint-config-recommended": "^17.0.0",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-scss": "^6.14.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}