35 lines
882 B
JSON
35 lines
882 B
JSON
{
|
|
"name": "marketing",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.2.0",
|
|
"@unsend/email-editor": "workspace:*",
|
|
"@unsend/ui": "workspace:*",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^12.9.2",
|
|
"lucide-react": "^0.503.0",
|
|
"next": "15.3.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.2",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@unsend/eslint-config": "workspace:*",
|
|
"@unsend/tailwind-config": "workspace:*",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.25.1",
|
|
"eslint-config-next": "15.3.1",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
} |