-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
89 lines (89 loc) · 2.9 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
{
"name": "www",
"type": "module",
"scripts": {
"build": "pnpm with-env next build",
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "pnpm with-env next dev --turbo",
"lint": "eslint",
"format": "prettier --check \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"",
"start": "pnpm with-env next start",
"typecheck": "tsc --noEmit",
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@alexandernanberg/react-pdf-renderer": "4.0.0-canary-5",
"@ctrl/react-adsense": "1.8.0",
"@eboto/api": "workspace:*",
"@eboto/constants": "workspace:*",
"@eboto/email": "workspace:*",
"@eboto/inngest": "workspace:*",
"@eboto/payment": "workspace:*",
"@emotion/react": "catalog:",
"@mantine/carousel": "catalog:",
"@mantine/code-highlight": "catalog:",
"@mantine/core": "catalog:",
"@mantine/dates": "catalog:",
"@mantine/dropzone": "catalog:",
"@mantine/form": "catalog:",
"@mantine/hooks": "catalog:",
"@mantine/modals": "catalog:",
"@mantine/notifications": "catalog:",
"@mantine/nprogress": "catalog:",
"@mantine/spotlight": "catalog:",
"@mantine/tiptap": "catalog:",
"@react-pdf/renderer": "4.2.3",
"@sentry/nextjs": "9.3.0",
"@supabase/ssr": "catalog:",
"@supabase/supabase-js": "catalog:",
"@t3-oss/env-nextjs": "catalog:",
"@tabler/icons-react": "catalog:",
"@tanstack/react-query": "catalog:",
"@tanstack/react-query-devtools": "catalog:",
"@tiptap/extension-link": "catalog:",
"@tiptap/react": "catalog:",
"@tiptap/starter-kit": "catalog:",
"@trpc/client": "catalog:",
"@trpc/react-query": "catalog:",
"@trpc/server": "catalog:",
"@vercel/analytics": "catalog:",
"@vercel/speed-insights": "catalog:",
"dayjs": "catalog:",
"dotenv-cli": "catalog:",
"embla-carousel-react": "catalog:",
"inngest": "catalog:",
"mantine-form-zod-resolver": "1.1.0",
"mantine-react-table": "2.0.0-beta.0",
"moment": "2.30.1",
"next": "catalog:",
"posthog-js": "catalog:",
"qrcode.react": "4.2.0",
"react": "catalog:",
"react-canvas-confetti": "2.0.7",
"react-dom": "catalog:",
"react-player": "2.16.0",
"react-wrap-balancer": "1.1.1",
"read-excel-file": "5.8.6",
"sharp": "0.33.5",
"superjson": "catalog:",
"to-words": "4.3.0",
"uuid": "catalog:",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
"zod": "catalog:",
"zustand": "5.0.3"
},
"devDependencies": {
"@eboto/eslint-config": "workspace:*",
"@eboto/prettier-config": "workspace:*",
"@eboto/tsconfig": "workspace:*",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/uuid": "catalog:",
"encoding": "0.1.13",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"typescript": "catalog:"
},
"prettier": "@eboto/prettier-config"
}