UNPKG

backpack.css

Version:

A lightweight and somewhat opinionated CSS foundation that is best suited to applications 🎒.

69 lines (68 loc) • 2.42 kB
{ "name": "backpack.css", "main": "dist/index.css", "version": "3.0.0", "description": "A lightweight and somewhat opinionated CSS foundation that is best suited to applications 🎒.", "keywords": [ "css", "css-library", "css-foundation", "css-reset", "css-normalise" ], "files": [ "dist" ], "scripts": { "prebuild": "yarn clean", "build": "postcss src/index.css --no-map --output dist/index.css", "bump-browser-data": "npx browserslist@latest --update-db", "bump-version": "replace-in-files --regex='v\\d+\\.\\d+\\.\\d+' --replacement=v$npm_package_version src/index.css", "clean": "rimraf dist", "lint:css": "stylelint \"**/*.css\"", "lint:html": "htmlhint \"**/*.html\"", "lint:js": "eslint .", "lint": "yarn lint:css && yarn lint:html && yarn lint:js", "prerelease": "yarn bump-version && yarn build && git add . && git commit -m \"add release notes to CHANGELOG and bump version in index.css\"", "release": "np --no-tests", "postrelease": "yarn clean", "pretest": "yarn clean", "test": "concurrently \"postcss src/index.css --no-map --output test/styles/lib-compiled.css --watch\" \"browser-sync start --server 'test' --files 'test'\"" }, "repository": "git@github.com:chris-pearce/backpack.css.git", "author": "Chris Pearce <crite70@gmail.com>", "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org" }, "devDependencies": { "autoprefixer": "^10.0.2", "browser-sync": "^2.26.13", "concurrently": "^5.3.0", "eslint": "^7.14.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.1.4", "htmlhint": "^0.14.2", "husky": "^4.3.0", "lint-staged": "^10.5.1", "np": "^7.0.0", "postcss": "^8.1.9", "postcss-cli": "^8.3.0", "postcss-import": "^13.0.0", "prettier": "^2.2.0", "prettier-stylelint": "^0.4.2", "replace-in-files-cli": "^1.0.0", "rimraf": "^3.0.2", "sanitize.css": "^12.0.1", "stylelint": "^13.8.0", "stylelint-a11y": "^1.2.3", "stylelint-at-rule-no-children": "^0.3.1", "stylelint-config-prettier": "^8.0.2", "stylelint-csstree-validator": "^1.9.0", "stylelint-declaration-block-no-ignored-properties": "^2.3.0", "stylelint-high-performance-animation": "^1.5.2", "stylelint-order": "^4.1.0", "stylelint-prettier": "^1.1.2" }, "dependencies": {} }