1 | {
|
2 | "name": "image-webpack-loader",
|
3 | "version": "8.1.0",
|
4 | "description": "Image loader module for webpack",
|
5 | "author": "Thomas Coopman @tcoopman",
|
6 | "license": "MIT",
|
7 | "repository": {
|
8 | "type": "git",
|
9 | "url": "git@github.com:tcoopman/image-webpack-loader.git"
|
10 | },
|
11 | "scripts": {
|
12 | "test:webpack4": "npm install -q webpack@4.x webpack-cli && npm run test:clean && webpack --config test/webpack4.config.js",
|
13 | "test:clean": "rimraf test/public/assets",
|
14 | "test": "npm run test:webpack4"
|
15 | },
|
16 | "dependencies": {
|
17 | "imagemin": "^7.0.1",
|
18 | "loader-utils": "^2.0.0",
|
19 | "object-assign": "^4.1.1",
|
20 | "schema-utils": "^2.7.1"
|
21 | },
|
22 | "optionalDependencies": {
|
23 | "imagemin-gifsicle": "^7.0.0",
|
24 | "imagemin-mozjpeg": "^9.0.0",
|
25 | "imagemin-optipng": "^8.0.0",
|
26 | "imagemin-pngquant": "^9.0.2",
|
27 | "imagemin-svgo": "^9.0.0",
|
28 | "imagemin-webp": "^7.0.0"
|
29 | },
|
30 | "devDependencies": {
|
31 | "file-loader": "^6.2.0",
|
32 | "rimraf": "^3.0.2",
|
33 | "webpack": "^4.46.0",
|
34 | "webpack-cli": "^4.9.1"
|
35 | }
|
36 | }
|