33 lines
787 B
JSON
33 lines
787 B
JSON
{
|
|
"name": "codepot-codit-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.15.14",
|
|
"@mui/material": "^5.15.14",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.2.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.23.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"rehype-slug": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.55",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.2.0"
|
|
}
|
|
}
|