Files
Admin_dash/package.json
Shivam Patel 4ee365cfc0 Fix RSS time filters and add draggable grid layout
Normalize pub_date to ISO 8601 on insert so SQLite datetime comparisons
work correctly. Migrate existing RFC 2822 dates. Change 1h filter to 12h.
Add react-grid-layout with persistent drag/resize and reset button.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 17:51:06 -05:00

39 lines
888 B
JSON

{
"name": "admin_dash",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@types/geoip-lite": "^1.4.4",
"@types/sqlite3": "^5.1.0",
"cobe": "^0.6.5",
"date-fns": "^4.1.0",
"geoip-lite": "^1.4.10",
"lucide-react": "^0.563.0",
"next": "14.2.15",
"open": "^11.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-grid-layout": "^2.2.2",
"rss-parser": "^3.13.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-grid-layout": "^1.3.6",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"tailwindcss": "^4",
"typescript": "^5"
}
}