Browse Source

:heavy_plus_sign: add bootstrap marked tablar support

Jeremy Zheng 3 days ago
parent
commit
d4e2e722b0
1 changed files with 11 additions and 0 deletions
  1. 11 0
      api-v12/package.json

+ 11 - 0
api-v12/package.json

@@ -13,5 +13,16 @@
         "laravel-vite-plugin": "^1.2.0",
         "tailwindcss": "^4.0.0",
         "vite": "^6.2.4"
+    },
+    "dependencies": {
+        "@fortawesome/fontawesome-free": "^7.2.0",
+        "@material/web": "^2.4.1",
+        "@tabler/core": "^1.4.0",
+        "bootstrap": "^5.3.8",
+        "bulma": "^1.0.4",
+        "dayjs": "^1.11.20",
+        "dompurify": "^3.4.0",
+        "jsdom": "^29.0.2",
+        "marked": "^18.0.1"
     }
 }