forked from mfts/papermark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 4.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "papermark",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"vercel-build": "prisma migrate deploy && next build",
"email": "email dev --dir ./components/emails --port 3001",
"trigger:dev": "npx @trigger.dev/cli@latest dev",
"stripe:webhook": "pkgx stripe listen --forward-to localhost:3000/api/stripe/webhook"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.529.1",
"@aws-sdk/cloudfront-signer": "^3.523.0",
"@aws-sdk/s3-request-presigner": "^3.529.1",
"@chronark/zod-bird": "^0.3.3",
"@github/webauthn-json": "^2.1.1",
"@headlessui/react": "^1.7.18",
"@jitsu/js": "^1.8.2",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/mdx": "^14.1.3",
"@prisma/client": "^5.11.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.15",
"@sindresorhus/slugify": "^2.2.1",
"@stripe/stripe-js": "^2.1.7",
"@tailwindcss/typography": "^0.5.10",
"@teamhanko/passkeys-next-auth-provider": "^0.2.7",
"@tremor/react": "^3.14.1",
"@trigger.dev/nextjs": "^2.3.18",
"@trigger.dev/react": "^2.3.18",
"@trigger.dev/sdk": "^2.3.18",
"@upstash/qstash": "^2.3.1",
"@upstash/ratelimit": "^1.0.1",
"@upstash/redis": "^1.28.4",
"@vercel/analytics": "^1.2.2",
"@vercel/blob": "^0.20.0",
"ai": "^2.2.37",
"autoprefixer": "^10.4.18",
"base-x": "^4.0.0",
"bcryptjs": "^2.4.3",
"bottleneck": "^2.19.5",
"bright": "^0.8.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eventsource-parser": "^1.1.2",
"framer-motion": "^11.0.10",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.5",
"lucide-react": "^0.320.0",
"ms": "^2.1.3",
"mupdf": "^0.1.3",
"nanoid": "^5.0.6",
"next": "^14.1.3",
"next-auth": "^4.24.7",
"next-mdx-remote": "^4.4.1",
"next-plausible": "^3.12.0",
"next-themes": "^0.3.0",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"openai": "^4.20.0",
"postcss": "^8.4.35",
"posthog-js": "^1.113.4",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.2.3",
"react-email": "^2.1.0",
"react-intersection-observer": "^9.8.1",
"react-notion-x": "^6.16.0",
"react-pdf": "^7.7.1",
"react-textarea-autosize": "^8.5.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"resend": "^3.2.0",
"sonner": "^1.4.3",
"stripe": "^13.9.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.0.8",
"typescript": "^5.3.3",
"ua-parser-js": "^1.0.37",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/bcryptjs": "^2.4.6",
"@types/js-cookie": "^3.0.6",
"@types/mdx": "^2.0.11",
"@types/ms": "^0.7.34",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/ua-parser-js": "^0.7.39",
"prettier": "^3.2.5",
"prisma": "^5.11.0"
},
"trigger.dev": {
"endpointId": "papermark-dev-Ojwu"
}
}