Files
flyer-crawler.projectium.com/package.json
Torben Sorensen 6a9a57669e
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 30s
move to using /src - still css issue work
2025-11-12 16:01:52 -08:00

48 lines
1.3 KiB
JSON

{
"name": "flyer-crawler",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "DEBUG=\"tailwindcss:*\" vite build --debug",
"preview": "vite preview",
"test": "vitest run --coverage",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@google/genai": "^1.29.0",
"@supabase/supabase-js": "^2.81.1",
"pdfjs-dist": "^5.4.394",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.5",
"recharts": "^3.4.1",
"supabase": "^2.58.5"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.17",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.10.1",
"@typescript-eslint/eslint-plugin": "8.46.4",
"@typescript-eslint/parser": "8.46.4",
"@vitejs/plugin-react": "5.1.1",
"@vitest/coverage-v8": "^4.0.8",
"autoprefixer": "^10.4.22",
"eslint": "9.39.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"glob": "^11.0.3",
"globals": "16.5.0",
"jsdom": "^27.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typescript": "~5.9.3",
"typescript-eslint": "8.46.4",
"vite": "7.2.2",
"vitest": "^4.0.8"
}
}