File size: 1,015 Bytes
a8b4b87 ee36b84 a8b4b87 ee36b84 a8b4b87 ee36b84 a8b4b87 ee36b84 a8b4b87 ee36b84 a8b4b87 ee36b84 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | {
"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"
}
}
|