|
@@ -33,8 +33,8 @@
|
|
"compile": "npm-run-all --parallel css js",
|
|
"compile": "npm-run-all --parallel css js",
|
|
"sync": "browser-sync start --server --files *.html pages/ dist/",
|
|
"sync": "browser-sync start --server --files *.html pages/ dist/",
|
|
"watch": "concurrently \"npm:watch-*\"",
|
|
"watch": "concurrently \"npm:watch-*\"",
|
|
- "watch-css": "nodemon --watch build/scss -e scss -x \"npm-run-all css-lint css\"",
|
|
|
|
- "watch-js": "nodemon --watch build/ts -e ts -x \"npm-run-all js-lint js\""
|
|
|
|
|
|
+ "watch-css": "nodemon --watch build/scss -e scss -x \"npm-run-all css-compile css-prefix\"",
|
|
|
|
+ "watch-js": "nodemon --watch build/ts -e ts -x \"npm-run-all js-compile\""
|
|
},
|
|
},
|
|
"keywords": [
|
|
"keywords": [
|
|
"css",
|
|
"css",
|
|
@@ -76,11 +76,11 @@
|
|
"eslint-config-xo": "^0.36.0",
|
|
"eslint-config-xo": "^0.36.0",
|
|
"eslint-config-xo-typescript": "^0.41.1",
|
|
"eslint-config-xo-typescript": "^0.41.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
- "eslint-plugin-unicorn": "^32.0.0",
|
|
|
|
|
|
+ "eslint-plugin-unicorn": "^32.0.1",
|
|
"lockfile-lint": "^4.6.2",
|
|
"lockfile-lint": "^4.6.2",
|
|
"nodemon": "^2.0.7",
|
|
"nodemon": "^2.0.7",
|
|
"npm-run-all": "^4.1.5",
|
|
"npm-run-all": "^4.1.5",
|
|
- "postcss": "^8.2.14",
|
|
|
|
|
|
+ "postcss": "^8.2.15",
|
|
"postcss-cli": "^8.3.1",
|
|
"postcss-cli": "^8.3.1",
|
|
"rtlcss": "^3.1.2",
|
|
"rtlcss": "^3.1.2",
|
|
"sass": "^1.32.12",
|
|
"sass": "^1.32.12",
|