Initial commit

This commit is contained in:
Akshay Kolli
2026-02-08 02:32:45 -05:00
commit 3f72118348
26 changed files with 6355 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "admin_dash",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"cobe": "^0.6.5",
"date-fns": "^4.1.0",
"lucide-react": "^0.563.0",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"rss-parser": "^3.13.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"tailwindcss": "^4",
"typescript": "^5"
}
}