UNPKG

sass-loader

Version:
128 lines (127 loc) 3.82 kB
{ "name": "sass-loader", "version": "16.0.7", "description": "Sass loader for webpack", "keywords": [ "sass", "libsass", "webpack", "loader" ], "homepage": "https://github.com/webpack/sass-loader", "bugs": "https://github.com/webpack/sass-loader/issues", "repository": "webpack/sass-loader", "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "license": "MIT", "author": "J. Tangelder", "main": "dist/cjs.js", "files": [ "dist" ], "scripts": { "start": "npm run build -- -w", "clean": "del-cli dist", "prebuild": "npm run clean", "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", "commitlint": "commitlint --from=main", "security": "npm audit --production", "lint:prettier": "prettier --cache --list-different .", "lint:code": "eslint --cache .", "lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"", "lint": "npm-run-all -l -p \"lint:**\"", "test:only": "cross-env NODE_ENV=test jest", "fix:code": "npm run lint:code -- --fix", "fix:prettier": "npm run lint:prettier -- --write", "fix": "npm-run-all -l fix:code fix:prettier", "test:watch": "npm run test:only -- --watch", "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js", "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", "pretest": "npm run lint", "test": "npm run test:coverage", "prepare": "husky && npm run build", "release": "standard-version" }, "dependencies": { "neo-async": "^2.6.2" }, "devDependencies": { "@babel/cli": "^7.28.0", "@babel/core": "^7.28.0", "@babel/preset-env": "^7.28.0", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.32.0", "@eslint/markdown": "^7.0.0", "@stylistic/eslint-plugin": "^5.2.2", "bootstrap-sass": "^3.4.1", "bootstrap-v4": "npm:bootstrap@^4.5.3", "bootstrap-v5": "npm:bootstrap@^5.3.7", "cross-env": "^7.0.3", "cspell": "^8.19.4", "css-loader": "^6.9.0", "del": "^6.1.1", "del-cli": "^5.1.0", "enhanced-resolve": "^5.18.2", "eslint": "^9.32.0", "eslint-config-prettier": "^10.1.8", "eslint-config-webpack": "^4.5.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-jsdoc": "^52.0.0", "eslint-plugin-n": "^17.21.0", "eslint-plugin-prettier": "^5.5.3", "eslint-plugin-unicorn": "^60.0.0", "file-loader": "^6.2.0", "foundation-sites": "^6.7.5", "globals": "^16.3.0", "husky": "^9.1.3", "jest": "^30.0.5", "lint-staged": "^15.5.2", "material-components-web": "^9.0.0", "memfs": "^4.23.0", "node-sass": "^9.0.0", "node-sass-glob-importer": "^5.3.2", "npm-run-all": "^4.1.5", "prettier": "^3.6.2", "sass": "^1.89.2", "sass-embedded": "^1.89.2", "semver": "^7.7.2", "standard-version": "^9.3.1", "style-loader": "^3.3.4", "typescript": "^5.9.2", "typescript-eslint": "^8.39.0", "webpack": "^5.101.0", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.2" }, "peerDependencies": { "@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0", "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", "sass": "^1.3.0", "sass-embedded": "*", "webpack": "^5.0.0" }, "peerDependenciesMeta": { "@rspack/core": { "optional": true }, "node-sass": { "optional": true }, "sass": { "optional": true }, "sass-embedded": { "optional": true }, "webpack": { "optional": true } }, "engines": { "node": ">= 18.12.0" } }