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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2022-02-11 16:21:12 +0300
committerVictoria Drake <hello@victoria.dev>2022-02-11 16:21:12 +0300
commit052a699484e0ce1d4ee24d294a0fb73b17a2d4bc (patch)
treeaaf430a86b25a241517f4ed3e1495b63b677e45b /package.json
parent0d75cfe09ff60089db1de8cf1902b02c81f7594e (diff)
Misc TLCv5.2.0
- Update packages, npm and node in workflows - Update tested versions - Update license years and README - Build with latest Hugo
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6263aff..187591f 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,11 @@
{
"scripts": {
- "build": "npm install -g postcss postcss-cli autoprefixer && cd exampleSite && hugo --gc --minify -t ../.. -d ../docs -v -b https://hugo-introduction.netlify.app/"
+ "build": "npm install -g postcss postcss-cli autoprefixer && cd exampleSite && hugo --gc --minify -t ../.. -d ../docs -v -b https://hugo-introduction.netlify.app/",
+ "dev": "cd exampleSite && ENVIRONMENT=development hugo -t ../.. server"
},
- "dependencies": {
+ "devDependencies": {
+ "autoprefixer": "^10.4.2",
+ "postcss": "^8.4.6",
"postcss-cli": "^9.1.0"
}
}