image-webpack-loader
Version:
Image loader module for webpack
39 lines (38 loc) • 1.41 kB
JSON
{
"name": "image-webpack-loader",
"version": "6.0.0",
"description": "Image loader module for webpack",
"author": "Thomas Coopman @tcoopman",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:tcoopman/image-webpack-loader.git"
},
"scripts": {
"test:webpack1": "npm install -q webpack@1.x && npm run test:clean && webpack --config test/webpack1.config.js",
"test:webpack2": "npm install -q webpack@2.x && npm run test:clean && webpack --config test/webpack2.config.js",
"test:webpack3": "npm install -q webpack@3.x && npm run test:clean && webpack --config test/webpack2.config.js",
"test:webpack4": "npm install -q webpack@4.x webpack-cli && npm run test:clean && webpack --config test/webpack4.config.js",
"test:clean": "rimraf test/public/assets",
"test": "npm run test:webpack1 && npm run test:webpack2 && npm run test:webpack3 && npm run test:webpack4"
},
"dependencies": {
"imagemin": "^7.0.0",
"loader-utils": "^1.2.3",
"object-assign": "^4.1.1"
},
"optionalDependencies": {
"imagemin-gifsicle": "^6.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.0.0",
"imagemin-pngquant": "^8.0.0",
"imagemin-svgo": "^7.0.0",
"imagemin-webp": "^5.1.0"
},
"devDependencies": {
"file-loader": "^4.2.0",
"rimraf": "^3.0.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
}
}