diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index dedc747..26f407c 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,18 @@ }, "dependencies": { "@tailwindcss/vite": "^4.1.7", + "buffer": "^6.0.3", + "gray-matter": "^4.0.3", + "process": "^0.11.10", "react": "^19.1.0", "react-dom": "^19.1.0", + "react-markdown": "^10.1.0", "react-router-dom": "^7.6.1", "tailwindcss": "^4.1.7" }, "devDependencies": { + "@esbuild-plugins/node-globals-polyfill": "^0.2.3", + "@esbuild-plugins/node-modules-polyfill": "^0.2.2", "@eslint/js": "^9.25.0", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", |
