-
-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
156 lines (156 loc) · 5.13 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
{
"name": "codu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:e2e": "ENV=E2E next dev",
"build": "next build",
"ci-build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prettier": "prettier --check -c '**/*.{ts,tsx,js,jsx,json,json5,scss,css,html,mdx}'",
"prettier:fix": "prettier --write -c '**/*.{ts,tsx,js,jsx,json,json5,scss,css,html,mdx}'",
"test": "npx playwright install && playwright test",
"test:e2e:ui": "ENV=local npx playwright test --ui",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push --force",
"db:migrate": "npx tsx -r dotenv/config ./drizzle/migrate.ts",
"db:seed": "npx tsx -r dotenv/config ./drizzle/seed.ts",
"db:nuke": "npx tsx -r dotenv/config ./drizzle/nuke.ts",
"drizzle:up": "drizzle-kit up"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"*.{js,jsx,ts,tsx}": "eslint"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.17.4",
"@algolia/autocomplete-preset-algolia": "^1.17.4",
"@auth/drizzle-adapter": "^1.4.2",
"@aws-sdk/client-s3": "^3.669.0",
"@aws-sdk/client-ses": "^3.669.0",
"@aws-sdk/s3-request-presigner": "^3.669.0",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@js-temporal/polyfill": "^0.4.4",
"@markdoc/markdoc": "^0.4.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^14.2.7",
"@next/mdx": "^14.2.7",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-switch": "^1.1.0",
"@sentry/nextjs": "^8.33.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tailwindcss/forms": "^0.5.8",
"@tanstack/react-query": "^4.36.1",
"@tiptap/extension-code-block-lowlight": "^2.6.6",
"@tiptap/extension-color": "^2.6.6",
"@tiptap/extension-highlight": "^2.6.6",
"@tiptap/extension-image": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-placeholder": "^2.6.6",
"@tiptap/extension-subscript": "^2.6.6",
"@tiptap/extension-superscript": "^2.6.6",
"@tiptap/extension-table": "^2.6.6",
"@tiptap/extension-table-cell": "^2.6.6",
"@tiptap/extension-table-header": "^2.6.6",
"@tiptap/extension-table-row": "^2.6.6",
"@tiptap/extension-text-align": "^2.6.6",
"@tiptap/extension-text-style": "^2.3.1",
"@tiptap/extension-typography": "^2.8.0",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/extension-youtube": "^2.6.6",
"@tiptap/html": "^2.8.0",
"@tiptap/pm": "^2.5.1",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"@tiptap/suggestion": "^2.6.6",
"@trpc/client": "^10.45.1",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.1",
"@trpc/server": "^10.45.1",
"algoliasearch": "^5.7.0",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"drizzle-orm": "^0.34.1",
"fathom-client": "^3.7.2",
"framer-motion": "^11.11.7",
"highlight.js": "^11.10.0",
"holy-loader": "^2.3.1",
"isomorphic-dompurify": "^2.16.0",
"lowlight": "^3.1.0",
"lucide-react": "^0.451.0",
"nanoid": "^5.0.7",
"next": "^14.2.10",
"next-auth": "^4.24.9",
"next-safe-action": "^7.9.4",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.14",
"pg": "^8.12.0",
"postgres": "^3.4.4",
"posthog-js": "^1.166.1",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.53.0",
"react-hotkeys-hook": "^4.5.1",
"react-intersection-observer": "^9.13.0",
"react-moveable": "^0.56.0",
"react-textarea-autosize": "^8.5.3",
"rss": "^1.2.2",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.2",
"tiptap-markdown": "^0.8.10",
"zod": "^3.23.8"
},
"devDependencies": {
"@axe-core/react": "^4.9.0",
"@playwright/test": "^1.48.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.13",
"@types/chance": "^1.1.6",
"@types/dompurify": "^3.0.5",
"@types/node": "^22.7.5",
"@types/nodemailer": "^6.4.15",
"@types/pg": "^8.11.5",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-highlight-words": "^0.20.0",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"aws-cdk-lib": "^2.140.0",
"chance": "^1.1.11",
"constructs": "10.3.0",
"drizzle-kit": "^0.25.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-playwright": "^1.6.0",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"volta": {
"node": "20.17.0",
"npm": "9.6.7"
},
"overrides": {
"json5@<1.0.2": "1.0.2",
"json5@>=2.0.0 <2.2.2": "2.2.2"
}
}