|
|
@ -29,7 +29,7 @@
|
|
|
|
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint docs-lint lockfile-lint",
|
|
|
|
"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",
|
|
|
|
"compile": "npm-run-all docs-compile docs-format assets css js",
|
|
|
|
"production": "npm-run-all lint compile",
|
|
|
|
"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-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-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\"",
|
|
|
|
"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",
|
|
|
|
"bootstrap": "^5.3.2",
|
|
|
|
"bundlewatch": "^0.3.3",
|
|
|
|
"bundlewatch": "^0.3.3",
|
|
|
|
"clean-css-cli": "^5.6.3",
|
|
|
|
"clean-css-cli": "^5.6.3",
|
|
|
|
"concurrently": "^8.2.2",
|
|
|
|
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"eslint": "^8.55.0",
|
|
|
|
"eslint": "^8.55.0",
|
|
|
|
"eslint-config-xo": "^0.43.1",
|
|
|
|
"eslint-config-xo": "^0.43.1",
|
|
|
@ -79,7 +78,7 @@
|
|
|
|
"js-beautify": "^1.14.11",
|
|
|
|
"js-beautify": "^1.14.11",
|
|
|
|
"lockfile-lint": "^4.12.1",
|
|
|
|
"lockfile-lint": "^4.12.1",
|
|
|
|
"nodemon": "^3.0.2",
|
|
|
|
"nodemon": "^3.0.2",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"npm-run-all2": "^6.1.1",
|
|
|
|
"postcss": "^8.4.31",
|
|
|
|
"postcss": "^8.4.31",
|
|
|
|
"postcss-cli": "^11.0.0",
|
|
|
|
"postcss-cli": "^11.0.0",
|
|
|
|
"prettier": "^3.1.1",
|
|
|
|
"prettier": "^3.1.1",
|
|
|
|