hops-postcss
Version:
Configuration of PostCSS and Webpack for Hops
40 lines (39 loc) • 982 B
JSON
{
"name": "hops-postcss",
"version": "15.2.1",
"description": "Configuration of PostCSS and Webpack for Hops",
"keywords": [
"hops",
"postcss",
"css-modules"
],
"license": "MIT",
"engines": {
"node": "14 || 16"
},
"main": "index.js",
"esnext": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
},
"jest": {
"displayName": "unit"
},
"dependencies": {
"css-loader": "^6.0.0",
"css-minimizer-webpack-plugin": "^3.0.1",
"hops-mixin": "15.2.1",
"mini-css-extract-plugin": "^1.6.0",
"pathifist": "^1.0.0",
"postcss": "^8.2.1",
"postcss-import": "^14.0.0",
"postcss-loader": "^6.1.0",
"postcss-normalize-charset": "^5.0.0",
"postcss-preset-env": "^7.0.0",
"style-loader": "^3.0.0",
"webpack": "^5.51.1"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/postcss#readme",
"gitHead": "146f3e61aa3a520e977ad3bc5acbd1f49634833d"
}