{ "name": "craze-analytix", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "@google/genai": "^1.30.0", "recharts": "^3.5.0", "xlsx": "^0.18.5", "papaparse": "^5.5.3" }, "devDependencies": { "@types/node": "^22.5.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/papaparse": "^5.3.14", "@vitejs/plugin-react": "^4.3.1", "typescript": "^5.6.2", "vite": "^5.4.2", "eslint": "^9.9.1", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", "globals": "^15.9.0", "typescript-eslint": "^8.0.0" } }