stylus-native-loader
Version:
A super fast Stylus loader for Webpack that leverages the built-in power of Stylus
69 lines (68 loc) • 1.79 kB
JSON
{
"name": "stylus-native-loader",
"version": "1.4.11",
"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": ">=16"
},
"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.26.4",
"@babel/core": "^7.26.0",
"@babel/node": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@types/jest": "^29.5.14",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"del": "^8.0.0",
"del-cli": "^6.0.0",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"jest": "^29.7.0",
"memfs": "^4.15.3",
"nib": "^1.2.0",
"stylus": "^0.64.0",
"stylus-loader": "^8.1.1",
"vue": "^3.5.13",
"vue-loader": "^17.4.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"pnpm": {
"peerDependencyRules": {
"allowAny": [
"stylus"
]
}
},
"keywords": [
"webpack",
"stylus",
"styl",
"stylus-lang",
"css",
"loader",
"stylus-loader"
]
}