sud-life-insurance/package.json
2026-07-03 14:52:45 +05:30

29 lines
706 B
JSON

{
"name": "aria-console",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "Aria — AI-employee-powered life-insurance lead-to-policy console",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -b --noEmit"
},
"dependencies": {
"lucide-react": "^1.21.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"tailwindcss": "^4.0.0",
"typescript": "^5.5.4",
"vite": "^5.4.6"
}
}