UNPKG

@rain-star/postcss-pxtorem

Version:

✨ a postcss plugin that transform px to rem

58 lines 2.81 kB
{ "name": "@rain-star/postcss-pxtorem", "version": "0.0.10", "description": "✨ a postcss plugin that transform px to rem", "author": "@rain-star <https://github.com/zz8023wanjin>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/zz8023wanjin/pxtorem.git" }, "keywords": [ "px2rem", "pxtorem", "postcss", "css", "rem", "postcss-plugin", "postcss-pxtorem" ], "exports": { "require": "./dist/index.js", "import": "./dist/index.mjs" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./index.d.ts", "files": [ "dist" ], "peerDependencies": { "postcss": ">=8.0.0" }, "devDependencies": { "@rain-star/eslint-config": "^0.0.14", "@rain-star/tsconfig": "^0.0.14", "@types/lodash": "^4.14.200", "@types/node": "^20.8.9", "bumpp": "^9.2.0", "conventional-changelog-cli": "^4.1.0", "eslint": "^8.52.0", "postcss": "^8.4.31", "tsup": "^7.2.0", "typescript": "^5.2.2", "vitest": "^0.34.6" }, "dependencies": { "lodash": "^4.17.21" }, "scripts": { "dev": "tsup --watch", "build": "tsup", "lint": "eslint . --fix", "test": "vitest", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "bump": "bumpp package.json -c -p -t --all -x \"pnpm run changelog\"" }, "readme": "<h1 align=\"center\">Welcome to @rain-star/postcss-pxtorem 👋</h1>\n<p>\n <img alt=\"Version\" src=\"https://img.shields.io/badge/version-0.0.3-blue.svg?cacheSeconds=2592000\" />\n <a href=\"https://github.com/zz8023wanjin/pxtorem#readme\" target=\"_blank\">\n <img alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" />\n </a>\n <a href=\"https://github.com/zz8023wanjin/pxtorem/graphs/commit-activity\" target=\"_blank\">\n <img alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" />\n </a>\n <a href=\"https://github.com/zz8023wanjin/pxtorem/blob/master/LICENSE\" target=\"_blank\">\n <img alt=\"License: MIT\" src=\"https://img.shields.io/github/license/zz8023wanjin/@rain-star/postcss-pxtorem\" />\n </a>\n</p>\n\n> ✨ a postcss plugin that transform px to rem\n\n## Author\n\n👤 **@rain-star <https://github.com/zz8023wanjin>**\n\n* Github: [@zz8023wanjin](https://github.com/zz8023wanjin)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2023 [@rain-star <https://github.com/zz8023wanjin>](https://github.com/zz8023wanjin).<br />\nThis project is [MIT](https://github.com/zz8023wanjin/pxtorem/blob/master/LICENSE) licensed.\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_" }