-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.06 KB
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
{
"name": "@formbase/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "dotenv -e ../../.env.local -- next build",
"dev": "dotenv -e ../../.env.local -- next dev -p 3000",
"lint": "eslint . --cache --max-warnings 0",
"start": "dotenv -e ../../.env.local -- next start",
"typecheck": "tsc --noEmit --tsBuildInfoFile .tsbuildinfo"
},
"dependencies": {
"@formbase/api": "workspace:*",
"@formbase/auth": "workspace:*",
"@formbase/db": "workspace:*",
"@formbase/email": "workspace:*",
"@formbase/env": "workspace:*",
"@formbase/queue": "workspace:*",
"@formbase/ui": "workspace:*",
"@formbase/utils": "workspace:*",
"@hookform/resolvers": "^3.4.2",
"@radix-ui/react-icons": "^1.3.0",
"@react-email/components": "^0.0.19",
"@react-email/render": "^0.0.15",
"@tabler/icons-react": "^3.36.1",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.37.1",
"@tanstack/react-table": "^8.17.3",
"@total-typescript/ts-reset": "^0.5.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"avvvatars-react": "^0.4.2",
"better-auth": "^1.2.0",
"date-fns": "^3.6.0",
"disposable-email-domains": "^1.0.62",
"framer-motion": "^11.2.10",
"lucide-react": "^0.379.0",
"minio": "^8.0.0",
"next": "16.1.1",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"server-only": "^0.0.1",
"sonner": "^1.4.41",
"superjson": "^2.2.1",
"trpc-to-openapi": "^2.0.0",
"ts-pattern": "^5.1.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@formbase/tailwind": "workspace:*",
"@formbase/tsconfig": "workspace:*",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"eslint-config-formbase": "workspace:*",
"postcss": "^8.4.38",
"shiki": "^1.6.3",
"tailwindcss": "^4.1.18"
}
}