LeadPilot / Website /package.json
Ashraf Al-Kassem
fix(website): Inject HTML shell and globals.css into root layout
7d627c0
raw
history blame
767 Bytes
{
"name": "leadpilot-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"audit:parity": "npx ts-node scripts/parity-audit.ts"
},
"dependencies": {
"clsx": "^2.1.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.574.0",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"tailwind-merge": "^3.4.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"ts-node": "^10",
"typescript": "^5"
}
}