diff --git a/package.json b/package.json index 69aa11f74..5f0e30a5b 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "type": "git", "url": "https://github.com/jamstack/jamstack.org" }, + "engines": { + "node": ">=12" + }, "scripts": { "build": "npm-run-all build:html build:css", "build:html": "eleventy", @@ -21,8 +24,7 @@ "dependencies": { "@11ty/eleventy": "^0.11.1", "@11ty/eleventy-cache-assets": "^2.0.3", - "@fullhuman/postcss-purgecss": "^1.3.0", - "autoprefixer": "^9.7.6", + "autoprefixer": "^10.0.4", "cssnano": "^4.1.10", "dotenv": "^8.2.0", "fast-glob": "^3.2.4", @@ -30,13 +32,14 @@ "js-yaml": "^3.14.0", "lodash": "^4.17.20", "luxon": "^1.25.0", - "markdown-it": "^11.0.1", - "netlify-plugin-minify-html": "^0.2.2", + "markdown-it": "^12.0.2", + "netlify-plugin-minify-html": "^0.3.0", "node-fetch": "^2.6.1", "npm-run-all": "^4.1.5", - "postcss-cli": "^6.1.3", - "postcss-import": "^12.0.1", - "tailwindcss": "^1.8.10" + "postcss": "^8.1.10", + "postcss-cli": "^8.3.0", + "postcss-import": "^13.0.0", + "tailwindcss": "^2.0.1" }, "devDependencies": { "live-server": "^1.2.1" diff --git a/postcss.config.js b/postcss.config.js index 468f4bdda..2c0018b60 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,22 +1,7 @@ -// const purgecss = require('@fullhuman/postcss-purgecss')({ - -// // Specify the paths to all of the template files in the project -// content: [ -// './src/site/**/*.njk', -// './src/site/**/*.md' -// ], - -// // Include any special characters -// defaultExtractor: content => content.match(/[\w-/:]+(?