Files
GibSend/apps/marketing/package.json
2025-09-03 08:21:55 +10:00

39 lines
1.0 KiB
JSON

{
"name": "marketing",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"next": "^15.3.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"@usesend/ui": "workspace:*",
"@usesend/email-editor": "workspace:*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.3.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.15.2",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"@usesend/eslint-config": "workspace:*",
"@usesend/tailwind-config": "workspace:*",
"@usesend/typescript-config": "workspace:*",
"eslint": "^8.57.1",
"eslint-config-next": "^15.3.1",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.8.3"
}
}