@contactlab/service-pages
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@contactlab/service-pages", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "The Contactlab Marketing Cloud service pages.", | ||
@@ -22,16 +22,18 @@ "author": { | ||
], | ||
"browserslist": "> 0.5%, last 2 versions, not dead", | ||
"devDependencies": { | ||
"@giotramu/stylelint-config": "8.0.0", | ||
"cssnano": "4.1.10", | ||
"@parcel/config-default": "2.0.0", | ||
"@parcel/transformer-inline-string": "2.0.0", | ||
"@parcel/transformer-pug": "2.0.0", | ||
"@parcel/transformer-sass": "2.0.0", | ||
"@parcel/transformer-typescript-tsc": "2.0.0", | ||
"del-cli": "4.0.1", | ||
"eslint": "7.32.0", | ||
"eslint-config-contactlab": "7.0.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint": "7.32.0", | ||
"npm-run-all": "4.1.5", | ||
"parcel-plugin-inliner": "1.0.16", | ||
"parcel": "1.12.3", | ||
"pug": "3.0.2", | ||
"sass": "1.43.4", | ||
"parcel": "2.0.0", | ||
"stylelint-scss": "3.21.0", | ||
"stylelint": "13.13.1", | ||
"stylelint-scss": "3.21.0", | ||
"typescript": "4.4.4" | ||
@@ -44,6 +46,6 @@ }, | ||
"lint": "run-p -cln lint:**", | ||
"dev": "parcel serve ./src/*.pug --port=3333 --target=browser --cache-dir=.cache/parcel", | ||
"dev": "parcel serve ./src/*.pug --port=3333 --cache-dir=.cache/parcel", | ||
"prebuild": "del-cli ./dist", | ||
"build": "parcel build ./src/*.pug --target=browser --no-cache --no-source-maps" | ||
"build": "parcel build ./src/*.pug --cache-dir=.cache/parcel --no-source-maps" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25023
15