diff options
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" } } |