mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-11 16:43:30 +08:00
Change tar implementation & reduce bundle (583.28kb > 471.58kb)
This commit is contained in:
11
package.json
11
package.json
@@ -4,8 +4,8 @@
|
||||
"description": "NGINX config generator on steroids",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"engines" : {
|
||||
"node" : "12.16.2"
|
||||
"engines": {
|
||||
"node": "12.16.2"
|
||||
},
|
||||
"main": "src/nginxconfig/mount.js",
|
||||
"scripts": {
|
||||
@@ -46,12 +46,11 @@
|
||||
"do-bulma": "git+https://github.com/do-community/do-bulma.git",
|
||||
"do-vue": "git+https://github.com/do-community/do-vue.git",
|
||||
"escape-html": "^1.0.3",
|
||||
"get-stream": "^5.1.0",
|
||||
"node-gzip": "^1.1.2",
|
||||
"pako": "^1.0.11",
|
||||
"pretty-checkbox-vue": "^1.1.9",
|
||||
"prismjs": "^1.20.0",
|
||||
"qs": "^6.9.4",
|
||||
"tar-stream": "^2.1.2",
|
||||
"tarts": "^1.0.0",
|
||||
"vue": "^2.6.11",
|
||||
"vue-select": "^3.10.3"
|
||||
},
|
||||
@@ -61,7 +60,7 @@
|
||||
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-vue": "^5.2.3",
|
||||
"sass": "^1.26.3",
|
||||
"sass": "^1.26.7",
|
||||
"sass-lint": "^1.13.1",
|
||||
"sass-lint-auto-fix": "^0.21.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
|
Reference in New Issue
Block a user