From 4d647eebe404b1e3d93482e08bf53ecc70e8b7ec Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Fri, 10 Nov 2023 11:06:28 +0800 Subject: [PATCH] move dependencies --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d317745..19fff0d 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,13 @@ "prepare": "husky install" }, "dependencies": { + "@catppuccin/highlightjs": "^0.1.3", + "@catppuccin/tailwindcss": "^0.1.6", "@catppuccin/palette": "^0.2.0", "@codesandbox/sandpack-react": "^2.9.0", "@docsearch/css": "^3.5.2", "@docsearch/react": "^3.5.2", "@giscus/react": "^2.3.0", - "@mapbox/rehype-prism": "^0.9.0", "@react-spring/three": "^9.7.3", "@react-three/drei": "^9.88.11", "@react-three/fiber": "^8.15.10", @@ -48,8 +49,6 @@ "zustand": "^4.4.6" }, "devDependencies": { - "@catppuccin/highlightjs": "^0.1.3", - "@catppuccin/tailwindcss": "^0.1.6", "@next/bundle-analyzer": "^14.0.1", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.0.0",