| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "marketing",
- "version": "0.0.0",
- "description": "Reusable marketing sections and schemas for campaign landing pages",
- "main": "./index.ts",
- "types": "./index.ts",
- "exports": {
- ".": "./index.ts",
- "./crm": "./src/crm/index.ts"
- },
- "scripts": {
- "preinstall": "npx only-allow pnpm",
- "clean": "rimraf node_modules"
- },
- "dependencies": {
- "@types/react": "catalog:",
- "react": "catalog:",
- "react-markdown": "^10.1.0",
- "server-only": "^0.0.1",
- "shiki": "^4.0.1",
- "ui": "workspace:*",
- "zod": "catalog:"
- },
- "devDependencies": {
- "config": "workspace:*",
- "tailwindcss": "^4.2.4",
- "tsconfig": "workspace:",
- "typescript": "catalog:"
- },
- "license": "MIT"
- }
|