Update package

Signed-off-by: 欲饮琵琶码上催 <lujiahao@88.com>
pull/5430/head
欲饮琵琶码上催 12 months ago committed by ajiho
parent caff40dfc0
commit c0f2dff8b7

729
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -29,7 +29,7 @@
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint docs-lint lockfile-lint",
"compile": "npm-run-all docs-compile docs-format assets css js",
"production": "npm-run-all lint compile",
"watch": "concurrently \"npm:watch-*\"",
"watch": "npm-run-all --parallel watch-*",
"watch-css-main": "nodemon --watch src/scss/ --ext scss --exec \"npm-run-all css-lint css-compile\"",
"watch-css-dist": "nodemon --watch dist/css/ --ext css --ignore \"dist/css/*.rtl.*\" --exec \"npm run css-rtl\"",
"watch-js-main": "nodemon --watch src/ts/ --ext ts --exec \"npm-run-all js-lint js-compile\"",
@ -67,7 +67,6 @@
"bootstrap": "^5.3.2",
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.3",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.55.0",
"eslint-config-xo": "^0.43.1",
@ -79,7 +78,7 @@
"js-beautify": "^1.14.11",
"lockfile-lint": "^4.12.1",
"nodemon": "^3.0.2",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.31",
"postcss-cli": "^11.0.0",
"prettier": "^3.1.1",

Loading…
Cancel
Save