2025-12-11 11:25:26 +01:00
|
|
|
{
|
|
|
|
|
"name": "craze-analytix",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
2025-12-12 11:46:04 +01:00
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
2025-12-11 11:25:26 +01:00
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-12-12 11:46:04 +01:00
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
2025-12-11 11:25:26 +01:00
|
|
|
"@google/genai": "^1.30.0",
|
|
|
|
|
"recharts": "^3.5.0",
|
2025-12-11 14:03:33 +01:00
|
|
|
"xlsx": "^0.18.5",
|
|
|
|
|
"papaparse": "^5.5.3"
|
2025-12-11 11:25:26 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-12-12 11:46:04 +01:00
|
|
|
"@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"
|
2025-12-11 11:25:26 +01:00
|
|
|
}
|
2025-12-12 11:46:04 +01:00
|
|
|
}
|