aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-19 01:31:38 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-19 01:31:59 +0100
commita218835033ce20066cccc131a1ff16a56c35261f (patch)
treec08ea6fec0522c3d5a3570670cdea5b307a393cb /package.json
parentAdd robots.txt (diff)
downloadblog-a218835033ce20066cccc131a1ff16a56c35261f.tar.gz
blog-a218835033ce20066cccc131a1ff16a56c35261f.tar.zst
blog-a218835033ce20066cccc131a1ff16a56c35261f.zip
Preload font
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index b2c628b..19b255a 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,8 @@
41 "react": "^18.2.0", 41 "react": "^18.2.0",
42 "react-dom": "^18.2.0", 42 "react-dom": "^18.2.0",
43 "remark-smartypants": "^2.1.0", 43 "remark-smartypants": "^2.1.0",
44 "responsive-loader": "^3.1.2",
45 "sharp": "^0.33.2",
44 "simple-icons": "^11.9.0", 46 "simple-icons": "^11.9.0",
45 "swc-loader": "^0.2.6", 47 "swc-loader": "^0.2.6",
46 "terser-webpack-plugin": "^5.3.10", 48 "terser-webpack-plugin": "^5.3.10",
@@ -55,8 +57,6 @@
55 "@types/react": "^18.2.67", 57 "@types/react": "^18.2.67",
56 "cross-env": "^7.0.3", 58 "cross-env": "^7.0.3",
57 "prettier": "^3.2.5", 59 "prettier": "^3.2.5",
58 "responsive-loader": "^3.1.2",
59 "sharp": "^0.33.2",
60 "typescript": "^5.4.2" 60 "typescript": "^5.4.2"
61 } 61 }
62} 62}