pxtorem-stylis-plugin
Version:
Fork of stylis-pxtorem, can be use with styled-components 6.x+
47 lines (46 loc) • 1.07 kB
JSON
{
"name": "pxtorem-stylis-plugin",
"version": "0.0.6",
"description": "Fork of stylis-pxtorem, can be use with styled-components 6.x+",
"module": "dist/stylis-pxtorem.js",
"main": "dist/cjs/stylis-pxtorem.js",
"types": "dist/stylis-pxtorem.d.ts",
"scripts": {
"build": "tsc && tsc --module commonjs --outDir dist/cjs",
"test": "jest"
},
"files": [
"dist",
"types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Akiq2016/stylis-pxtorem.git"
},
"keywords": [
"css",
"rem",
"pixel",
"px",
"stylis",
"stylis-plugin",
"styled-components"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Akiq2016/stylis-pxtorem/issues"
},
"homepage": "https://github.com/Akiq2016/stylis-pxtorem#readme",
"peerDependencies": {
"stylis": "4.x"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/stylis": "^4.0.2",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"stylis": "^4.0.13",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
}