sass-pire
Version:
Just a more mixins and functions with SCSS for more productive projects.
90 lines (89 loc) • 3.27 kB
JSON
{
"name": "sass-pire",
"aliasName": "sp",
"version": "5.0.0",
"description": "Just a more mixins and functions with SCSS for more productive projects.",
"markdown": "github",
"license": "MIT",
"organizationName": "Black Axis",
"packageManager": "yarn@4.5.0",
"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/sass-pire/issues",
"email": "black_axis@outlook.com"
},
"keywords": [
"SCSS",
"SASS",
"sass-pire",
"ui-library",
"sass-library",
"scss-library"
],
"files": [
"src/**/*.scss",
"index.scss",
"LICENSE.md",
"README.md"
],
"exports": {
"sass": "./index.scss",
"import": "./index.scss"
},
"style": "./index.scss",
"sass": "./index.scss",
"repository": {
"url": "https://github.com/Black-Axis/sass-pire",
"type": "git"
},
"scripts": {
"dev": "concurrently --prefix-colors=\"cyan,yellow\" \"yarn run sass:watch\" \"yarn run sass:comp\" \"yarn run watch:version\"",
"build": "node build/index.js",
"watch:version": "nodemon --watch package.json --watch build/index.js --exec \"node build/index.js\"",
"dev:test": "concurrently --prefix-colors=\"cyan,yellow,red\" \"yarn run sass:watch\" \"yarn run sass:comp\" \"yarn run test\"",
"sass:watch": "sass --no-source-map --load-path=./src/ ./index.scss:dist/styles.css --watch",
"sass:comp": "sass --no-source-map --load-path=./src/ ./index.scss:dist/styles.min.css --watch --style=compressed",
"upgrade": "ncu --upgrade",
"lint": "npx stylelint ./src/**/*.scss",
"cmt": "cz",
"tags:github": "git push repo --tags",
"tags:gitlab": "git push gitlab --tags",
"log": "changelog generate",
"test:scss": "sass --no-source-map --load-path=./node_modules/sass-true/sass/ ./tests/test.scss:dist/test-styles.css --watch",
"test:jest": "jest ./tests/sass.test.js --watchAll #runs all tests",
"test:messages": "node ./tests/cli-test-message.js",
"test": "yarn test:messages && concurrently --prefix-colors=\"blue,red\" \"yarn test:jest\" \"yarn test:scss\""
},
"dependencies": {
"reset-zone": "^2.4.2",
"sass": "^1.81.0"
},
"devDependencies": {
"chalk": "4",
"concurrently": "^9.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": ">=9.15.0",
"eslint-config-google": "^0.14.0",
"jest": "^29.7.0",
"jest-scss-transform": "^1.0.4",
"nodemon": "^3.1.7",
"npm-check-updates": "^17.1.11",
"sass-true": "^8.1.0",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}