You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
607 B
23 lines
607 B
{
|
|
"name": "@tiny-components/webpack",
|
|
"version": "0.6.0",
|
|
"description": "Webpack Wrapper",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.node001.net:tiny-components/webpack.git"
|
|
},
|
|
"author": "Björn Hase <me@herr-hase.wtf>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-loader": "^6.10.0",
|
|
"mini-css-extract-plugin": "^2.8.1",
|
|
"purgecss-webpack-plugin": "^5.0.0",
|
|
"sass": "^1.71.1",
|
|
"sass-loader": "^14.1.1",
|
|
"svg-spritemap-webpack-plugin": "^4.5.0",
|
|
"webpack": "^5.90.3",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-remove-empty-scripts": "^1.0.4"
|
|
}
|
|
}
|