UNPKG

responsive-json-webpack-plugin

Version:

Resize images and combine responsive image info with static text in json.

57 lines (56 loc) 1.45 kB
{ "name": "responsive-json-webpack-plugin", "version": "1.5.2", "description": "Resize images and combine responsive image info with static text in json.", "author": "Ashley Barrow", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/drageniix/responsive-json-webpack-plugin.git" }, "keywords": [ "responsive", "image", "picture", "resolution", "direction", "resize", "json", "combine", "webpack", "plugin" ], "main": "index.js", "scripts": { "test": "jest --config=jest.config.js", "build": "tsc --declaration" }, "dependencies": { "ajv": "^6.9.1", "fs-extra": "^7.0.1", "react": "^16.8.2", "sharp": "^0.21.3" }, "devDependencies": { "@types/enzyme": "^3.1.18", "@types/fs-extra": "^5.0.5", "@types/jest": "^23.3.14", "@types/node": "^10.12.26", "@types/react": "^16.8.3", "@types/sharp": "^0.21.2", "enzyme": "^3.8.0", "enzyme-adapter-react-16": "^1.9.1", "enzyme-to-json": "^3.3.5", "eslint": "^5.14.0", "eslint-plugin-jest": "^21.27.2", "eslint-plugin-react": "^7.12.4", "eslint-plugin-typescript": "^0.12.0", "jest": "^23.6.0", "jest-cli": "^23.6.0", "raf": "^3.4.1", "react-dom": "^16.8.2", "ts-jest": "^23.10.5", "typescript": "^3.3.3", "typescript-eslint-parser": "^20.1.1" } }