webpack-svg-sprites/package.json

50 lines
1.3 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": {
2021-03-16 19:02:08 +00:00
"@types/fs-extra": "^9.0.8",
2021-03-16 18:20:57 +00:00
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
2020-08-09 11:21:29 +00:00
"@types/tapable": "^1.0.6",
"@types/webpack": "^4.41.21",
2021-03-16 18:20:57 +00:00
"@webpack-cli/serve": "^1.3.0",
2020-08-09 11:21:29 +00:00
"change-case": "^4.1.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
2021-03-16 18:20:57 +00:00
"html-webpack-plugin": "^5.3.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
2020-08-09 11:21:29 +00:00
"sha1": "^1.1.1",
"ts-loader": "^8.0.2",
"typescript": "^3.9.7",
"webpack-cli": "^3.3.12",
2021-03-16 18:20:57 +00:00
"webpack-dev-server": "^3.11.2",
2021-03-16 19:26:22 +00:00
"xml-parser": "^1.2.1",
"webpack": "^5.26.1",
"potpack": "^1.0.1"
2020-08-09 11:21:29 +00:00
},
2021-03-16 19:26:22 +00:00
"peerDependencies": {
"webpack": "^5.x",
2020-08-09 11:21:29 +00:00
"fs-extra": "^9.0.1",
2021-03-16 19:26:22 +00:00
"path": "^0.12.7"
2020-08-09 11:21:29 +00:00
}
}