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

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2021-01-14 18:25:21 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2021-01-14 18:25:21 +0300
commite826afb4c7fa781de13494b8aa9c2e7c56d6c7b8 (patch)
treec32f01cb2a05a50d6e21a63a5600b5bef4c9e139 /package.json
parent8229aa3122fc82f45f60404cdc514aaa97d60f12 (diff)
- update tailwind to 2.x
- purge tailwindcss-typography - some auto indent (why?)
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/package.json b/package.json
index 4c91255..8b8abc7 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "gohugo-starter-theme",
+ "name": "hugo-theme-tokiwa",
"version": "1.0.0",
- "description": "Starter Theme for Hugo Sites",
+ "description": "A minimal blog theme inspired by the color tokiwa-iro",
"main": "index.js",
"repository": {
"type": "git",
@@ -11,32 +11,32 @@
"hugo",
"gohugo"
],
- "author": "jimfrenette",
+ "author": "He Yeshuang",
"license": "MIT",
"scripts": {
"dev": "wp --config webpack/dev.config.js",
- "build": "NODE_ENV=production wp --config webpack/prod.config.js",
+ "build": "cross-env NODE_ENV=production wp --config webpack/prod.config.js",
"start": "npm run build"
},
"devDependencies": {
- "@babel/core": "^7.9.0",
- "@babel/preset-env": "^7.9.0",
- "@fullhuman/postcss-purgecss": "^2.1.0",
- "autoprefixer": "^9.7.5",
- "babel-loader": "^8.1.0",
- "css-loader": "^3.4.2",
- "mini-css-extract-plugin": "^0.9.0",
- "node-sass": "^4.13.1",
- "optimize-css-assets-webpack-plugin": "^5.0.3",
- "postcss-loader": "^3.0.0",
- "sass-loader": "^8.0.2",
- "style-loader": "^1.1.3",
- "tailwindcss": "^1.4.0",
- "tailwindcss-typography": "^3.0.1",
+ "@babel/core": "^7.12.10",
+ "@babel/preset-env": "^7.12.11",
+ "@fullhuman/postcss-purgecss": "^3.1.3",
+ "autoprefixer": "^10.2.1",
+ "babel-loader": "^8.2.2",
+ "cross-env": "^7.0.3",
+ "css-loader": "^5.0.1",
+ "mini-css-extract-plugin": "^1.3.4",
+ "node-sass": "^5.0.0",
+ "optimize-css-assets-webpack-plugin": "^5.0.4",
+ "postcss-loader": "^4.1.0",
+ "sass-loader": "^10.1.1",
+ "style-loader": "^2.0.0",
+ "tailwindcss": "^2.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
- "webpack": "^4.42.1",
- "webpack-merge": "^4.2.2",
- "webpack-nano": "^1.0.0",
- "webpack-plugin-serve": "^0.12.1"
+ "webpack": "^5.14.0",
+ "webpack-merge": "^5.7.3",
+ "webpack-nano": "^1.1.1",
+ "webpack-plugin-serve": "^1.2.1"
}
-}
+} \ No newline at end of file