-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 758 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "vue-cli-plugin-compression",
"version": "2.0.0",
"description": "Prepare compressed versions of assets to serve them with Content-Encoding",
"main": "index.js",
"repository": "https://github.com/AnWeber/vue-cli-plugin-compression",
"homepage": "https://github.com/AnWeber/vue-cli-plugin-compression",
"bugs": "https://github.com/AnWeber/vue-cli-plugin-compression/issues",
"keywords": [
"brotli",
"gzip",
"compression",
"vue",
"vue-cli",
"compression-webpack-plugin"
],
"author": "weber.andreas@gmail.com",
"license": "MIT",
"devDependencies": {
"webpack": "^5.74.0"
},
"dependencies": {
"compression-webpack-plugin": "^10.0.0"
},
"peerDependencies": {
"webpack": "^5.1.0"
}
}