Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 9s
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "flyer-crawler",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run --coverage",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"@google/genai": "^1.28.0",
|
|
"@supabase/supabase-js": "^2.78.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-router-dom": "^7.9.5",
|
|
"recharts": "^3.3.0",
|
|
"supabase": "^2.54.11"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^16.0.0",
|
|
"@testing-library/jest-dom": "^6.4.8",
|
|
"@types/node": "^22.14.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"@vitest/coverage-v8": "^2.0.4",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.9",
|
|
"jsdom": "^27.1.0",
|
|
"postcss": "^8.4.40",
|
|
"tailwindcss": "^3.4.10",
|
|
"typescript": "~5.8.2",
|
|
"vite": "^6.2.0",
|
|
"vitest": "^2.0.4"
|
|
}
|
|
}
|