aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-16 21:40:17 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-16 22:01:52 +0100
commit12be376975f55fe1ee118bca6d7ae5f699a881a4 (patch)
tree1e43086d3e11638fa99d1640e4585bc64647e991 /package.json
parentUse pathname:// for internal file links (diff)
downloadblog-12be376975f55fe1ee118bca6d7ae5f699a881a4.tar.gz
blog-12be376975f55fe1ee118bca6d7ae5f699a881a4.tar.zst
blog-12be376975f55fe1ee118bca6d7ae5f699a881a4.zip
Add license page
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4dfdd65..f2a8dfc 100644
--- a/package.json
+++ b/package.json
@@ -33,12 +33,14 @@
33 "@docusaurus/theme-classic": "^3.1.1", 33 "@docusaurus/theme-classic": "^3.1.1",
34 "@docusaurus/theme-common": "^3.1.1", 34 "@docusaurus/theme-common": "^3.1.1",
35 "@fontsource-variable/recursive": "^5.0.17", 35 "@fontsource-variable/recursive": "^5.0.17",
36 "@mdx-js/react": "^3.0.1",
36 "@phosphor-icons/react": "2.0.15", 37 "@phosphor-icons/react": "2.0.15",
37 "@swc/core": "^1.4.8", 38 "@swc/core": "^1.4.8",
38 "clsx": "^2.1.0", 39 "clsx": "^2.1.0",
39 "prop-types": "^15.8.1", 40 "prop-types": "^15.8.1",
40 "react": "^18.2.0", 41 "react": "^18.2.0",
41 "react-dom": "^18.2.0", 42 "react-dom": "^18.2.0",
43 "remark-smartypants": "^2.1.0",
42 "simple-icons": "^11.8.0", 44 "simple-icons": "^11.8.0",
43 "swc-loader": "^0.2.6", 45 "swc-loader": "^0.2.6",
44 "terser-webpack-plugin": "^5.3.10", 46 "terser-webpack-plugin": "^5.3.10",