diff options
| author | realtradam <[email protected]> | 2024-06-19 21:15:05 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-19 21:15:05 -0400 |
| commit | a3ac66012bf7e5099e80c6e224cc5069c9f44142 (patch) | |
| tree | 38d9acb13040d34f93e64a07862a59d5aadd4b5c /package.json | |
| parent | fc6c10718a633f0439b3aac045d4537c58bc7c6e (diff) | |
| download | malcz.com-a3ac66012bf7e5099e80c6e224cc5069c9f44142.tar.gz malcz.com-a3ac66012bf7e5099e80c6e224cc5069c9f44142.zip | |
add markdown processing and start working on homepage
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 7240b1a..f6e1b0f 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "rsuite": "^5.64.0" }, "devDependencies": { + "@babel/preset-react": "^7.24.7", "@tailwindcss/typography": "^0.5.13", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", @@ -30,6 +31,7 @@ "postcss": "^8.4.38", "tailwindcss": "^3.4.3", "typescript": "^5.2.2", - "vite": "^5.2.0" + "vite": "^5.2.0", + "vite-plugin-markdown": "^2.2.0" } } |
