UNPKG

gardevoir

Version:

The Modern CSS Reset 🚀

50 lines (49 loc) • 1.59 kB
{ "name": "gardevoir", "version": "1.0.0", "description": "The Modern CSS Reset 🚀 ", "main": "dist/index.min.css", "keywords": [ "css", "css-reset", "reset-css", "normalize-css", "reset", "browser", "style" ], "homepage": "https://github.com/krshkun/gardevoir#readme", "license": "MIT", "author": "Krish Gupta <krshkun@proton.me>", "files": [ "dist" ], "repository": "github:krshkun/gardevoir", "scripts": { "compile": "sass src/index.scss dist/index.css --no-source-map", "postcompile": "sass src/mini.scss dist/mini.css --no-source-map", "prefix": "postcss dist/index.css -r --no-map -u autoprefixer", "postprefix": "postcss dist/mini.css -r --no-map -u autoprefixer", "minify": "cleancss dist/index.css -o dist/index.min.css", "postminify": "cleancss dist/mini.css -o dist/mini.min.css", "compress": "bundlewatch --config .bundlewatch.config.js", "build": "yarn compile && yarn prefix && yarn minify && yarn compress", "release": "semantic-release" }, "devDependencies": { "@semantic-release/changelog": "^6.0.2", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^8.0.7", "@semantic-release/npm": "^9.0.1", "@semantic-release/release-notes-generator": "^10.0.3", "autoprefixer": "^10.2.5", "brotli-size": "^4.0.0", "bundlewatch": "^0.3.2", "clean-css-cli": "^5.2.2", "postcss": "^8.2.9", "postcss-cli": "^9.0.0", "sass": "^1.32.8", "semantic-release": "^19.0.5" } }