细节优化
This commit is contained in:
parent
f46f4c39f0
commit
fd9c09e9ea
2
.npmrc
2
.npmrc
|
@ -1,3 +1,5 @@
|
||||||
registry=https://registry.npmmirror.com
|
registry=https://registry.npmmirror.com
|
||||||
node_sqlite3_binary_host_mirror=https://npmmirror.com/mirrors/sqlite3
|
node_sqlite3_binary_host_mirror=https://npmmirror.com/mirrors/sqlite3
|
||||||
canvas_binary_host_mirror=https://npmmirror.com/mirrors/canvas
|
canvas_binary_host_mirror=https://npmmirror.com/mirrors/canvas
|
||||||
|
sharp_binary_host=https://npmmirror.com/mirrors/sharp
|
||||||
|
sharp_libvips_binary_host=https://npmmirror.com/mirrors/sharp-libvips
|
|
@ -20,7 +20,7 @@
|
||||||
"chalk": "^5.3.0",
|
"chalk": "^5.3.0",
|
||||||
"chokidar": "^3.5.3",
|
"chokidar": "^3.5.3",
|
||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
"file-type": "^18.6.0",
|
"file-type": "^18.7.0",
|
||||||
"https-proxy-agent": "7.0.2",
|
"https-proxy-agent": "7.0.2",
|
||||||
"image-size": "^1.0.2",
|
"image-size": "^1.0.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
"eslint": "^8.53.0",
|
"eslint": "^8.53.0",
|
||||||
"eslint-config-standard": "^17.1.0",
|
"eslint-config-standard": "^17.1.0",
|
||||||
"eslint-plugin-import": "^2.29.0",
|
"eslint-plugin-import": "^2.29.0",
|
||||||
"eslint-plugin-n": "^16.3.0",
|
"eslint-plugin-n": "^16.3.1",
|
||||||
"eslint-plugin-promise": "^6.1.1"
|
"eslint-plugin-promise": "^6.1.1"
|
||||||
},
|
},
|
||||||
"imports": {
|
"imports": {
|
||||||
|
|
Loading…
Reference in New Issue