webpack-spritesmith
Version:
Webpack plugin that converts set of images into a spritesheet and SASS/LESS/Stylus mixins
51 lines (50 loc) • 1.44 kB
JSON
{
"name": "webpack-spritesmith",
"version": "1.1.0",
"description": "Webpack plugin that converts set of images into a spritesheet and SASS/LESS/Stylus mixins",
"main": "lib/Plugin.js",
"scripts": {
"build": "rimraf lib && babel src -d lib",
"prepack": "npm run build",
"dev": "npm run build && rimraf dev/src/generated && webpack --config dev/config.js",
"dev-watch": "npm run build && webpack --config dev/config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixtur/webpack-spritesmith.git"
},
"keywords": [
"icons",
"sprites",
"spritesmith",
"webpack"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mixtur/webpack-spritesmith/issues"
},
"homepage": "https://github.com/mixtur/webpack-spritesmith#readme",
"dependencies": {
"gaze": "^1.1.3",
"loader-utils": "^1.2.3",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"mz": "^2.7.0",
"spritesheet-templates": "^10.4.2",
"spritesmith": "^3.4.0"
},
"devDependencies": {
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/preset-env": "7.1.0",
"css-loader": "^3.2.0",
"file-loader": "^1.1.11",
"rimraf": "^2.6.3",
"style-loader": "^0.20.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}