Full-featured sales campaign dashboard replacing Looker Studio with responsive Next.js app. Includes Executive Overview, Account Explorer with priority algorithm, Activities with detail overlay, Pipeline/Opps with deal panels, Implementation tracking, and Data Admin with CSV import and CRUD operations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
37 lines
817 B
JSON
37 lines
817 B
JSON
{
|
|
"name": "campaign-command-center",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^13.0.3",
|
|
"date-fns": "^4.4.0",
|
|
"googleapis": "^176.0.0",
|
|
"next": "16.3.3",
|
|
"next-auth": "^5.0.0-beta.32",
|
|
"react": "19.2.8",
|
|
"react-dom": "19.2.8",
|
|
"recharts": "^3.10.1",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/better-sqlite3": "^9.6.0",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.3.3",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
},
|
|
"allowScripts": {
|
|
"better-sqlite3@13.0.3": true
|
|
}
|
|
}
|