stylus-native-loader
Version:
A super fast Stylus loader for Webpack that leverages the built-in power of Stylus
72 lines (71 loc) • 1.91 kB
JSON
{
"name": "stylus-native-loader",
"version": "1.4.9",
"description": "A super fast Stylus loader for Webpack that leverages the built-in power of Stylus",
"license": "MIT",
"author": "Saul Fautley <saulfautley@gmail.com>",
"repository": "slightlyfaulty/stylus-native-loader",
"homepage": "https://github.com/slightlyfaulty/stylus-native-loader#readme",
"bugs": "https://github.com/slightlyfaulty/stylus-native-loader/issues",
"main": "dist/cjs.js",
"engines": {
"node": ">= 10.13.0"
},
"scripts": {
"start": "npm run build -- -w",
"build": "del-cli dist && cross-env NODE_ENV=production babel src -d dist --copy-files",
"test": "cross-env NODE_ENV=test jest",
"benchmark": "babel-node --no-deprecation --no-warnings test/benchmark.js"
},
"files": [
"dist",
"lib"
],
"peerDependencies": {
"stylus": "*",
"webpack": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@types/jest": "^29.2.5",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^29.3.1",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"del": "^7.0.0",
"del-cli": "^5.0.0",
"delay": "^5.0.0",
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.3.1",
"memfs": "^3.4.13",
"nib": "^1.2.0",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"stylus-relative-loader": "^4.0.0",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"pnpm": {
"peerDependencyRules": {
"allowAny": [
"stylus"
]
}
},
"keywords": [
"webpack",
"stylus",
"styl",
"stylus-lang",
"css",
"loader",
"stylus-loader",
"stylus-relative-loader"
]
}