UNPKG

webpack-image-placeholder-loader

Version:
79 lines (78 loc) 2.19 kB
{ "name": "webpack-image-placeholder-loader", "version": "1.2.1", "description": "Generate a solid color image or blurred image as placeholder", "keywords": [ "webpack", "loader", "pixel", "solid", "blur", "color", "image", "placeholder" ], "main": "dist/cjs.js", "files": [ "dist" ], "scripts": { "build": "tsc", "lint": "eslint --ext .ts .", "lint:fix": "eslint --fix --ext .ts .", "lint:markdown": "remark .", "test": "tsc --project tsconfig.test-build.json && jest", "release": "HUSKY_SKIP_HOOKS=1 standard-version" }, "author": { "name": "Calvin Liang", "email": "npm@calvin.sh", "url": "https://calvin.sh" }, "repository": "Calvin-LL/webpack-image-placeholder-loader", "bugs": "https://github.com/Calvin-LL/webpack-image-placeholder-loader/issues", "homepage": "https://github.com/Calvin-LL/webpack-image-placeholder-loader", "license": "MIT", "engines": { "node": ">= 10.13.0" }, "peerDependencies": { "webpack": "^4.0.0 || ^5.0.0" }, "dependencies": { "@calvin-l/webpack-loader-util": "^1.0.2", "datauri": "^4.1.0", "fast-average-color": "^6.2.0", "schema-utils": "^3.1.1", "sharp": "^0.28.3", "tinycolor2": "^1.4.2" }, "devDependencies": { "@calvin-l/webpack-loader-test-util": "^3.0.0", "@commitlint/cli": "^13.2.1", "@commitlint/config-conventional": "^13.2.0", "@types/jest": "^27.0.1", "@types/node": "^16.4.12", "@types/sharp": "^0.28.5", "@types/tinycolor2": "^1.4.3", "@types/webpack": "^4.41.24", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "commitizen": "^4.2.2", "eslint": "^7.32.0", "eslint-plugin-import-helpers": "^1.1.0", "husky": "^4.3.0", "jest": "^27.2.5", "lint-staged": "^11.2.3", "prettier": "^2.3.2", "pretty-quick": "^3.1.1", "remark-cli": "^10.0.0", "remark-lint": "^9.1.0", "remark-lint-no-dead-urls": "^1.1.0", "remark-preset-lint-recommended": "^6.1.1", "standard-version": "^9.3.0", "ts-jest": "^27.0.7", "typescript": "4.4.4", "webpack": "^4.44.2" } }