44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "webpack-svg-sprite-generator",
|
|
"version": "5.0.5",
|
|
"description": "",
|
|
"main": "plugin.js",
|
|
"types": "ts/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"build-demo": "webpack --config demo/webpack.config.js",
|
|
"serve-demo": "webpack-dev-server --config demo/webpack.config.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "WolverinDEV",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/WolverinDEV/webpack-svg-sprites/issues"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/WolverinDEV/webpack-svg-sprites",
|
|
"type": "git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/tapable": "^2.2.7",
|
|
"@types/webpack": "^5.28.5",
|
|
"change-case": "^5.1.2",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"html-webpack-plugin": "^5.5.3",
|
|
"potpack": "^2.0.0",
|
|
"sha1": "^1.1.1",
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.2.2",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"xml-parser": "^1.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"fs-extra": "^11.1.1",
|
|
"path": "^0.12.7",
|
|
"webpack": "^5.x"
|
|
}
|
|
}
|