31 lines
697 B
JSON
31 lines
697 B
JSON
{
|
|
"name": "institutional-trader-frontend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"zustand": "^4.4.7",
|
|
"@tanstack/react-query": "^5.12.2",
|
|
"lucide-react": "^0.294.0",
|
|
"clsx": "^2.0.0",
|
|
"tailwind-merge": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^3.3.6",
|
|
"vite": "^5.0.8",
|
|
"rollup-plugin-visualizer": "^5.12.0"
|
|
}
|
|
}
|
|
|