diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/package.json b/package.json index bef3543..b8b53f5 100644 --- a/package.json +++ b/package.json @@ -6,19 +6,14 @@ "@11ty/eleventy": "^1.0.0", "@11ty/eleventy-plugin-rss": "^1.1.2", "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3", - "@babel/core": "^7.16.7", - "@babel/preset-env": "^7.16.7", "@sindresorhus/slugify": "^1.1.2", - "babel-plugin-transform-define": "^2.0.1", + "common-tags": "^1.8.2", "del-cli": "^4.0.1", - "luxon": "^2.3.0", "markdown-it": "^12.3.0", "markdown-it-anchor": "^8.4.1", "markdown-it-attrs": "^4.1.3", "markdown-it-footnote": "^3.0.3", - "postcss": "^8.4.5", - "postcss-import": "^14.0.2", - "postcss-preset-env": "^7.2.0" + "prismjs": "^1.26.0" }, "devDependencies": { "eslint": "^8.6.0", |