42 lines
1022 B
JSON
42 lines
1022 B
JSON
{
|
|
"name": "webpack-svg-sprite-generator",
|
|
"version": "5.0.7",
|
|
"description": "",
|
|
"main": "plugin.js",
|
|
"types": "ts/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"keywords": [],
|
|
"author": "WolverinDEV",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://git.kle.li/TeaSpeak/webpack-svg-sprites/issues"
|
|
},
|
|
"repository": {
|
|
"url": "https://git.kle.li/TeaSpeak/webpack-svg-sprites.git",
|
|
"type": "git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/tapable": "^2.2.7",
|
|
"@types/webpack": "^5.28.5",
|
|
"change-case": "^4.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",
|
|
"ts-node": "^10.9.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"
|
|
}
|
|
} |