-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 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
{
"name": "better-env",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"@octokit/plugin-rest-endpoint-methods": "16.0.0"
}
},
"scripts": {
"dev": "dotenv -- turbo dev",
"start": "dotenv -- turbo start",
"build": "dotenv -- turbo build",
"check-types": "dotenv -- turbo check-types",
"dev:web": "dotenv -- turbo -F web dev",
"db:push": "dotenv -- turbo -F @better-env/db db:push",
"db:studio": "dotenv -- turbo -F @better-env/db db:studio",
"db:generate": "dotenv -- turbo -F @better-env/db db:generate",
"db:migrate": "dotenv -- turbo -F @better-env/db db:migrate",
"lint": "dotenv -- turbo lint"
},
"dependencies": {
"@databuddy/sdk": "^1.3.0",
"@hookform/resolvers": "^5.1.1",
"@number-flow/react": "^0.5.10",
"@react-email/components": "^0.5.0",
"@t3-oss/env-nextjs": "^0.13.8",
"better-auth": "1.3.0",
"posthog-js": "^1.257.0",
"posthog-node": "^5.5.1",
"react-hook-form": "^7.58.1",
"react-markdown": "^10.1.0",
"react-svg-credit-card-payment-icons": "^4.0.0",
"recharts": "^3.0.0",
"resend": "^6.0.1",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2",
"zod": "^4.0.5"
},
"devDependencies": {
"turbo": "^2.5.4",
"dotenv-cli": "^8.0.0"
},
"packageManager": "bun@1.2.17"
}