1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

update npm modules

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
2024-03-30 12:47:13 +05:30
parent a196ac4391
commit 8d88cf03c4
4 changed files with 1184 additions and 524 deletions
+2 -2
View File
@@ -7,5 +7,5 @@
*.pem
/static/main.css
/temp
/html-only/public
/html-only/node_modules
/blog/public
/blog/node_modules
+2 -1
View File
@@ -11,6 +11,7 @@ css:
build:
@echo "--- compiling elm land project"
npx elm-land build
hugo --source blog --destination ../dist --minify
# compile and watch for dev
elm-serve:
@@ -23,4 +24,4 @@ css-serve:
# clean
clean:
rm -rf dist
rm -rf html-only/public
rm -rf blog/public
+1180 -518
View File
File diff suppressed because it is too large Load Diff
+1 -4
View File
@@ -5,9 +5,6 @@
"tailwindcss": "^3.2.4"
},
"dependencies": {
"marked": "^9.0.3",
"marked-highlight": "^2.0.6",
"npm": "^9.3.1",
"prismjs": "^1.29.0"
"npm": "^9.3.1"
}
}