1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Bump node-version & upgrade node-sass to sass

This commit is contained in:
Deven Caron
2023-01-31 13:57:51 -05:00
parent 3cd81bdb3e
commit d1d4fb5fe5
15 changed files with 717 additions and 4731 deletions

View File

@@ -6,7 +6,7 @@
"author": "Locomotive <info@locomotive.ca>",
"type": "module",
"engines": {
"node": ">=14.17",
"node": ">=18.13",
"npm": ">=8.0"
},
"scripts": {
@@ -18,6 +18,7 @@
"modujs": "^1.4.2",
"modularload": "^1.2.6",
"normalize.css": "^8.0.1",
"sass": "^1.57.1",
"svg4everybody": "^2.1.9"
},
"devDependencies": {
@@ -27,7 +28,6 @@
"esbuild": "^0.16.17",
"kleur": "^4.1.5",
"node-notifier": "^10.0.1",
"node-sass": "^8.0.0",
"postcss": "^8.4.21",
"purgecss": "^5.0.0",
"svg-mixer": "~2.3.14",