32 lines
693 B
JSON
32 lines
693 B
JSON
|
{
|
||
|
"name": "webpack-svg-sprite-generator",
|
||
|
"version": "1.0.11",
|
||
|
"description": "",
|
||
|
"main": "plugin.js",
|
||
|
"types": "ts/index.d.ts",
|
||
|
"scripts": {
|
||
|
"build": "webpack"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"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"
|
||
|
}
|
||
|
}
|