package.json31 lines · main
1{
2 "name": "marketing",
3 "version": "0.0.0",
4 "description": "Reusable marketing sections and schemas for campaign landing pages",
5 "main": "./index.ts",
6 "types": "./index.ts",
7 "exports": {
8 ".": "./index.ts",
9 "./crm": "./src/crm/index.ts"
10 },
11 "scripts": {
12 "preinstall": "npx only-allow pnpm",
13 "clean": "rimraf node_modules"
14 },
15 "dependencies": {
16 "@types/react": "catalog:",
17 "react": "catalog:",
18 "react-markdown": "^10.1.0",
19 "server-only": "^0.0.1",
20 "shiki": "^4.0.1",
21 "ui": "workspace:*",
22 "zod": "catalog:"
23 },
24 "devDependencies": {
25 "config": "workspace:*",
26 "tailwindcss": "^4.2.4",
27 "tsconfig": "workspace:",
28 "typescript": "catalog:"
29 },
30 "license": "MIT"
31}