39 lines
902 B
JSON
39 lines
902 B
JSON
{
|
|
"name": "webpack-svg-sprite-generator",
|
|
"version": "1.0.12",
|
|
"description": "",
|
|
"main": "plugin.js",
|
|
"types": "ts/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"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/tapable": "^1.0.6",
|
|
"@types/webpack": "^4.41.21",
|
|
"change-case": "^4.1.1",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"copy-webpack-plugin": "^6.0.3",
|
|
"sha1": "^1.1.1",
|
|
"ts-loader": "^8.0.2",
|
|
"typescript": "^3.9.7",
|
|
"webpack-cli": "^3.3.12",
|
|
"xml-parser": "^1.2.1"
|
|
},
|
|
"dependencies": {
|
|
"path": "^0.12.7",
|
|
"webpack": "^4.44.1",
|
|
"fs-extra": "^9.0.1",
|
|
"potpack": "^1.0.1"
|
|
}
|
|
}
|