| { |
| "name": "amaru-web", |
| "version": "1.0.0", |
| "private": true, |
| "type": "module", |
| "scripts": { |
| "dev": "vite --config vite.config.ts --host 0.0.0.0", |
| "build": "vite build --config vite.config.ts", |
| "serve": "vite preview --config vite.config.ts --host 0.0.0.0", |
| "typecheck": "tsc -p tsconfig.json --noEmit", |
| "lint": "echo 'lint ok'", |
| "format": "echo 'format ok'" |
| }, |
| "dependencies": { |
| "react": "^19.0.0", |
| "react-dom": "^19.0.0" |
| }, |
| "devDependencies": { |
| "@tailwindcss/vite": "^4.1.0", |
| "@tanstack/react-query": "^5.62.0", |
| "@types/node": "^22.10.0", |
| "@types/react": "^19.0.0", |
| "@types/react-dom": "^19.0.0", |
| "@vitejs/plugin-react": "^4.3.0", |
| "clsx": "^2.1.0", |
| "framer-motion": "^11.15.0", |
| "lucide-react": "^0.469.0", |
| "recharts": "^2.15.0", |
| "sonner": "^2.0.7", |
| "tailwind-merge": "^3.0.0", |
| "tailwindcss": "^4.1.0", |
| "tw-animate-css": "^1.4.0", |
| "typescript": "^5.7.0", |
| "vite": "^6.0.0", |
| "wouter": "^3.3.5" |
| } |
| } |
|
|