stylus-native-loader
Version:
A super fast Stylus loader for Webpack that leverages the built-in power of Stylus
62 lines (61 loc) • 1.76 kB
JSON
{
"name": "stylus-native-loader",
"version": "1.3.0",
"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",
"release": "standard-version"
},
"files": [
"dist",
"lib"
],
"peerDependencies": {
"stylus": "*",
"webpack": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/node": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@types/jest": "^26.0.0",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^26.0.1",
"cross-env": "^7.0.0",
"del": "^5.1.0",
"del-cli": "^3.0.1",
"delay": "^4.3.0",
"eslint": "^7.2.0",
"eslint-plugin-import": "^2.21.2",
"jest": "^26.0.1",
"memfs": "^3.2.0",
"nib": "^1.1.2",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"stylus-relative-loader": "^4.0.0",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^5.0.0-beta.17"
},
"keywords": [
"webpack",
"stylus",
"styl",
"loader",
"stylus-loader",
"stylus-relative-loader"
]
}