codigo0/frontend/package.json

36 lines
843 B
JSON
Raw Normal View History

{
"name": "codigo0-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"clsx": "^2.0.0",
"hotkeys-js": "^3.13.4",
"js-yaml": "^4.1.1",
"lucide-react": "^0.263.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.15.0",
"sonner": "^1.3.1",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-svgr": "^3.2.0"
}
}