UNPKG

snack-helper

Version:
60 lines (59 loc) 1.61 kB
{ "name": "snack-helper", "version": "2.2.0", "description": "A universal CSS helper library.", "main": "dist/snack-helper.css", "files": [ "dist", "src", "_index.scss" ], "author": "nzbin", "license": "MIT", "keywords": [ "snack-helper", "css-helpers", "css-variables", "css-utilities", "sass", "scss" ], "homepage": "https://snack-ui.github.io/snack-helper/", "repository": { "type": "git", "url": "git+https://github.com/snack-ui/snack-helper.git" }, "bugs": { "url": "https://github.com/snack-ui/snack-helper/issues" }, "scripts": { "start": "run-p build:dev watch", "build": "run-s clean sass sassmin postcss copy", "build:dev": "run-s sass copy", "clean": "rimraf dist", "sass": "sass --style=expanded src/snack-helper.scss dist/snack-helper.css", "sassmin": "sass --style=compressed src/snack-helper.scss dist/snack-helper.min.css", "copy": "cp dist/snack-helper.css docs/css", "postcss": "postcss -r dist/*.css --map", "watch": "onchange src -- run-p build:dev", "lint": "stylelint \"src/**/*.scss\" --fix", "prepublish": "npm run build" }, "devDependencies": { "autoprefixer": "^10.4.2", "npm-run-all": "^4.1.5", "onchange": "^7.1.0", "postcss": "^8.4.6", "postcss-cli": "^9.1.0", "postcss-header": "^3.0.1", "rimraf": "^3.0.2", "sass": "^1.49.7", "stylelint": "^14.3.0", "stylelint-config-recommended-scss": "^5.0.2", "stylelint-config-standard": "^24.0.0", "stylelint-scss": "^4.1.0" }, "engines": { "node": ">=4" } }