forked from mfts/papermark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
160 lines (160 loc) · 4.94 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"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",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,mdx}\""
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.621.0",
"@aws-sdk/client-s3": "^3.621.0",
"@aws-sdk/cloudfront-signer": "^3.621.0",
"@aws-sdk/s3-request-presigner": "^3.621.0",
"@chronark/zod-bird": "^0.3.9",
"@github/webauthn-json": "^2.1.1",
"@jitsu/js": "^1.9.6",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/mdx": "^14.2.5",
"@openstatus/react": "^0.0.3",
"@prisma/client": "^5.17.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-email/components": "^0.0.22",
"@sindresorhus/slugify": "^2.2.1",
"@stripe/stripe-js": "^4.1.0",
"@tailwindcss/typography": "^0.5.13",
"@teamhanko/passkeys-next-auth-provider": "^0.2.7",
"@tremor/react": "^3.17.4",
"@trigger.dev/nextjs": "^2.3.19",
"@trigger.dev/react": "^2.3.19",
"@trigger.dev/sdk": "^2.3.19",
"@tus/s3-store": "^1.5.0",
"@tus/server": "^1.7.0",
"@tus/utils": "^0.3.0",
"@upstash/qstash": "^2.6.2",
"@upstash/ratelimit": "^1.2.1",
"@upstash/redis": "^1.34.0",
"@vercel/blob": "^0.23.4",
"@vercel/functions": "^1.4.0",
"ai": "2.2.37",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.19",
"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.1",
"cmdk": "^1.0.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.5",
"eventsource-parser": "^1.1.2",
"framer-motion": "^11.3.19",
"fuse.js": "6.6.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.5",
"lucide-react": "^0.417.0",
"mime-types": "^2.1.35",
"ms": "^2.1.3",
"mupdf": "0.2.2",
"nanoid": "^5.0.7",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-mdx-remote": "^5.0.0",
"next-plausible": "^3.12.0",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.14",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"openai": "4.20.1",
"postcss": "^8.4.40",
"posthog-js": "^1.150.1",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.2.3",
"react-email": "^2.1.6",
"react-hotkeys-hook": "^4.5.0",
"react-intersection-observer": "^9.13.0",
"react-notion-x": "^6.16.0",
"react-pdf": "8.0.2",
"react-phone-number-input": "^3.4.4",
"react-player": "^2.16.0",
"react-textarea-autosize": "^8.5.3",
"react-zoom-pan-pinch": "^3.6.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"resend": "^3.5.0",
"sonner": "^1.5.0",
"stripe": "^16.5.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.2.0",
"tus-js-client": "^4.1.0",
"ua-parser-js": "^1.0.38",
"vaul": "^0.9.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/archiver": "^6.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/js-cookie": "^3.0.6",
"@types/mdx": "^2.0.11",
"@types/mime-types": "^2.1.4",
"@types/ms": "^0.7.34",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/ua-parser-js": "^0.7.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.17.0",
"typescript": "^5"
},
"trigger.dev": {
"endpointId": "papermark-dev-Ojwu"
},
"overrides": {
"react-notion-x": {
"react-pdf": "8.0.2"
}
}
}