mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-15 05:37:05 +00:00
34 lines
815 B
JSON
34 lines
815 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@tanstack/react-table": "^8.9.3",
|
|
"@types/node": "20.5.1",
|
|
"@types/react": "18.2.20",
|
|
"@types/react-dom": "18.2.7",
|
|
"autoprefixer": "10.4.15",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"eslint": "8.47.0",
|
|
"eslint-config-next": "13.4.18",
|
|
"lucide-react": "^0.269.0",
|
|
"next": "13.4.18",
|
|
"postcss": "8.4.28",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tailwind-merge": "^1.14.0",
|
|
"tailwindcss": "3.3.3",
|
|
"tailwindcss-animate": "^1.0.6",
|
|
"typescript": "5.1.6",
|
|
"zod": "^3.22.2"
|
|
}
|
|
}
|