Files
blog/package.json
Vishesh 'ironeagle' Bangotra 14b43cb3c5
All checks were successful
continuous-integration/drone/tag Build is passing
hotfix for build args and bumped up version
2025-12-13 19:31:39 +05:30

28 lines
603 B
JSON

{
"name": "aetoskia-blog-app",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/material": "latest",
"@mui/icons-material": "latest",
"react": "latest",
"react-dom": "latest",
"react-markdown": "latest",
"markdown-to-jsx": "latest",
"remark-gfm": "latest",
"marked": "latest",
"axios": "latest"
},
"devDependencies": {
"@vitejs/plugin-react": "latest",
"vite": "latest"
}
}