webpack-svg-sprites/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2020-08-09 11:21:29 +00:00
{
"name": "webpack-svg-sprite-generator",
2021-03-22 18:54:17 +00:00
"version": "5.0.5",
2020-08-09 11:21:29 +00:00
"description": "",
"main": "plugin.js",
"types": "ts/index.d.ts",
"scripts": {
2021-03-16 18:20:57 +00:00
"build": "webpack",
"build-demo": "webpack --config demo/webpack.config.js",
"serve-demo": "webpack-dev-server --config demo/webpack.config.js"
2020-08-09 11:21:29 +00:00
},
"keywords": [],
2020-08-09 11:27:11 +00:00
"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"
},
2020-08-09 11:21:29 +00:00
"devDependencies": {
2023-11-15 21:59:15 +00:00
"@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",
2020-08-09 11:21:29 +00:00
"sha1": "^1.1.1",
2023-11-15 21:59:15 +00:00
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"xml-parser": "^1.2.1"
2020-08-09 11:21:29 +00:00
},
2021-03-16 19:26:22 +00:00
"peerDependencies": {
2023-11-15 21:59:15 +00:00
"fs-extra": "^11.1.1",
"path": "^0.12.7",
"webpack": "^5.x"
2020-08-09 11:21:29 +00:00
}
}