scoped-rem-loader
Version:
Webpack loader of scoped-rem, a tool that makes CSS rem units relative to a custom root font size.
59 lines • 1.3 kB
JSON
{
"name": "scoped-rem-loader",
"version": "0.2.1",
"description": "Webpack loader of scoped-rem, a tool that makes CSS rem units relative to a custom root font size.",
"type": "module",
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"keywords": [
"webpack",
"loader",
"webpack-loader",
"css",
"rem",
"scoped",
"transform",
"responsive"
],
"author": "situ2001 <yongcong2001@outlook.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/situ2001/scoped-rem.git"
},
"homepage": "https://github.com/situ2001/scoped-rem#readme",
"bugs": {
"url": "https://github.com/situ2001/scoped-rem/issues"
},
"devDependencies": {
"@types/webpack": "^5.0.0",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"webpack": "^5.0.0"
},
"dependencies": {
"scoped-rem": "0.2.1"
},
"peerDependencies": {
"webpack": "^5.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest"
}
}