Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-11-27 05:46:11 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-11-27 05:46:11 +0300
commitd31ea1957b6fd445bb924f09ba2f097cf1d0db93 (patch)
tree698b71f4f394770c2e716f37e468eb54b70d7a31 /package.json
parentf3b37a35e8e5a2e54061b5f344b32730e6f14c59 (diff)
Update packages
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index bcfee56..f7dfaf3 100644
--- a/package.json
+++ b/package.json
@@ -8,19 +8,19 @@
"license": "MIT",
"scripts": {
"dev": "hugo server --disableFastRender",
- "dev:example": "hugo server -s exampleSite --themesDir=../.. --disableFastRender",
+ "dev:example": "hugo server --verbose -s exampleSite --themesDir=../.. --disableFastRender",
"build": "hugo --gc --minify",
"build:example": "hugo --gc --minify -s exampleSite --themesDir=../..",
"start": "hugo --gc"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.0.0",
- "@tailwindcss/ui": "^0.5.0",
- "autoprefixer": "^9.8.6",
- "postcss": "^8.1.6",
- "postcss-cli": "^8.2.0",
- "postcss-import": "^12.0.1",
- "tailwindcss": "^1.9.6"
+ "@tailwindcss/ui": "^0.7.2",
+ "autoprefixer": "^10.0.3",
+ "postcss": "^8.1.10",
+ "postcss-cli": "^8.3.0",
+ "postcss-import": "^13.0.0",
+ "tailwindcss": "^2.0.1"
},
"browserslist": [
"last 1 version",