@4c/fast-sass-loader
Version:
fast sass loader for webpack
108 lines (107 loc) • 2.67 kB
JSON
{
"name": "@4c/fast-sass-loader",
"description": "fast sass loader for webpack",
"version": "2.2.0",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yibn2008/fast-sass-loader.git"
},
"keywords": [
"sass-loader",
"fast"
],
"author": "yibn2008",
"license": "MIT",
"bugs": {
"url": "https://github.com/yibn2008/fast-sass-loader/issues"
},
"homepage": "https://github.com/yibn2008/fast-sass-loader#readme",
"scripts": {
"lint": "eslint lib",
"precommit": "lint-staged",
"test": "npm run lint && npm run test-local",
"perf": "node perf/index.js",
"test-local": "mocha test/**/*.test.js",
"test-cov": "nyc npm run test-local",
"test-report": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"ci": "npm run lint && npm run test-cov && npm run test-report",
"release": "npm test && npm-ensure -t changelog && git release $npm_package_version && npm publish"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"README.md": [
"doctoc",
"git add"
]
},
"prettier": {
"printWidth": 79,
"singleQuote": true,
"trailingComma": "all"
},
"nyc": {
"reporter": [
"text",
"json",
"lcov"
]
},
"jest": {
"preset": "@4c/jest-preset",
"testEnvironment": "node"
},
"dependencies": {
"async": "^3.1.0",
"cli-source-preview": "^1.0.0",
"loader-utils": "^1.2.3"
},
"peerDependencies": {
"node-sass": "^4.0.0",
"sass": "^1.3.0",
"webpack": ">=3.0.0"
},
"peerDependenciesMeta": {
"node-sass": {
"optional": true
},
"sass": {
"optional": true
},
"fibers": {
"optional": true
}
},
"devDependencies": {
"@4c/jest-preset": "^1.4.3",
"babel-eslint": "^10.0.3",
"coveralls": "^3.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.5.1",
"eslint-config-4catalyzer": "^1.0.0",
"eslint-config-4catalyzer-jest": "^2.0.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.1",
"extract-text-webpack-plugin": "^3.0.0",
"fast-css-loader": "^1.0.2",
"file-loader": "^4.2.0",
"husky": "^3.0.8",
"jest": "^24.9.0",
"lint-staged": "^9.4.2",
"mini-css-extract-plugin": "^0.8.0",
"mocha": "^6.2.1",
"npm-ensure": "^1.1.0",
"nyc": "14.1.1",
"prettier": "^1.18.2",
"raw-loader": "^3.1.0",
"rimraf": "^3.0.0",
"sass": "^1.23.0",
"sass-loader": "^8.0.0",
"webpack": "4.41.0"
}
}