26 lines
565 B
JSON
26 lines
565 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@vitejs/plugin-react": "catalog:",
|
|
"autoprefixer": "catalog:",
|
|
"backend": "workspace:^",
|
|
"elysia": "catalog:",
|
|
"postcss": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@elysiajs/eden": "catalog:",
|
|
"common": "workspace:^",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-router-dom": "catalog:"
|
|
}
|
|
}
|