diff options
author | Indrajith K L | 2022-11-20 04:59:39 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-20 04:59:39 +0530 |
commit | ff11d9e237e51a5eb40690e44f690108ac7175b7 (patch) | |
tree | a6db124e19c9f3ae5dfffe3bc1e8d4028e8225ce /package.json | |
parent | 143915cc03764082fd97d484fd3c0f3b7c018c89 (diff) | |
download | indrajith-dev-feature/remove-tailwind.tar.gz indrajith-dev-feature/remove-tailwind.tar.bz2 indrajith-dev-feature/remove-tailwind.zip |
Website Updatefeature/remove-tailwind
* Full Rewrite
* Removed Tailwind CSS
* Stripdowned to barebone css
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/package.json b/package.json index 5c13527..d84895a 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,10 @@ "description": "", "main": "index.js", "scripts": { - "tailwind:process": "npx tailwindcss -i ./src/css/styles.css -o ./src/_includes/assets/css/styles.css --watch", - "tailwind:build": "npx tailwindcss -i ./src/css/styles.css -o ./src/_includes/assets/css/styles.css", "eleventy:serve": "npx @11ty/eleventy --serve", "eleventy:build": "npx @11ty/eleventy", - "start": "run-p tailwind:process eleventy:serve", - "build": "run-s tailwind:build eleventy:build" + "start": "run-p eleventy:serve", + "build": "run-s eleventy:build" }, "keywords": [], "author": "", @@ -18,14 +16,14 @@ "@11ty/eleventy": "^1.0.2", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0", - "@tailwindcss/forms": "^0.5.3", - "@tailwindcss/line-clamp": "^0.4.0", "autoprefixer": "^10.4.8", "dayjs": "^1.11.5", "eleventy-favicon": "^1.1.3", "eleventy-plugin-feathericons": "^1.0.1", "npm-run-all": "^4.1.5", - "postcss-cli": "^10.0.0", - "tailwindcss": "^3.1.8" + "postcss-cli": "^10.0.0" + }, + "dependencies": { + "lodash": "^4.17.21" } } |