Updated Parcel and added missing packages.

This commit is contained in:
2022-07-11 10:23:22 +01:00
parent 5873412a9f
commit ca0fc49830
2 changed files with 804 additions and 363 deletions

View File

@@ -17,7 +17,9 @@
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug --dist-dir build"
},
"devDependencies": {
"parcel": "^2.6.1"
"@parcel/transformer-pug": "2.6.2",
"@parcel/transformer-sass": "2.6.2",
"parcel": "^2.6.2"
},
"engines": {
"node": "^18.*"