37 lines
928 B
JSON
37 lines
928 B
JSON
{
|
|
"name": "client",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build --outDir ../dist",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.2",
|
|
"@heroicons/react": "^2.0.11",
|
|
"@hookform/resolvers": "^2.9.8",
|
|
"@tanstack/react-query": "^4.7.2",
|
|
"axios": "^0.27.2",
|
|
"clsx": "^1.2.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.36.1",
|
|
"react-router-dom": "^6.4.1",
|
|
"tailwind-scrollbar": "^2.0.1",
|
|
"zod": "^3.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"postcss": "^8.4.16",
|
|
"prettier": "^2.7.1",
|
|
"tailwindcss": "^3.1.8",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.1.0"
|
|
},
|
|
"proxy": "http://localhost:5000"
|
|
} |