-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 5.82 KB
/
Copy pathpackage.json
File metadata and controls
151 lines (151 loc) · 5.82 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
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
{
"name": "clientflow",
"version": "0.1.0",
"private": true,
"main": "desktop/dist/desktop/main.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"vercel-build": "node ./scripts/vercel-build.mjs",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit && npm run desktop:typecheck",
"desktop:typecheck": "tsc -p desktop/tsconfig.json --noEmit",
"auth:generate": "npx @better-auth/cli@latest generate --config ./server/auth/auth.ts --output ./db/auth-schema.ts --yes",
"auth:secret": "npx @better-auth/cli@latest secret",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:pull": "drizzle-kit pull",
"db:check": "drizzle-kit check",
"db:studio": "drizzle-kit studio",
"db:setup": "npm run auth:generate && npm run db:generate && npm run db:migrate",
"db:seed:auth-users": "node ./scripts/seed-auth-users.mjs",
"db:seed:roles": "node ./scripts/seed-roles.mjs",
"db:seed:plans": "node ./scripts/seed-plans.mjs",
"db:seed:platform-admin": "node ./scripts/seed-platform-admin.mjs",
"db:seed:status-components": "node ./scripts/seed-status-components.mjs",
"status:generate-monitoring-key": "node ./scripts/generate-status-monitoring-key.mjs",
"db:baseline-migrations": "node ./scripts/baseline-drizzle-migrations.mjs",
"stripe:backfill-plans": "node ./scripts/backfill-stripe-plans.mjs",
"emails:generate": "node ./scripts/generate-email-html.mjs",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"analyze": "cross-env ANALYZE=true next build",
"bundle:budget": "node ./scripts/bundle-budget.mjs",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky",
"desktop:build": "tsc -p desktop/tsconfig.json",
"desktop:start": "npm run desktop:build && electron desktop/dist/desktop/main.js",
"desktop:dev": "npm run desktop:build && cross-env ELECTRON_ENV=development electron desktop/dist/desktop/main.js",
"desktop:package": "npm run desktop:build && cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --config desktop/electron-builder.yml",
"desktop:package:win": "npm run desktop:build && cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --config desktop/electron-builder.yml --win",
"desktop:package:mac": "npm run desktop:build && cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --config desktop/electron-builder.yml --mac",
"desktop:package:linux": "npm run desktop:build && cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --config desktop/electron-builder.yml --linux"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"prettier --write",
"eslint --fix"
],
"*.{json,md,yml,yaml,css}": [
"prettier --write"
]
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.2.2",
"@neondatabase/serverless": "^1.0.2",
"@react-pdf/renderer": "^4.5.1",
"@sentry/nextjs": "^10.49.0",
"@tanstack/react-query": "^5.83.1",
"@tanstack/react-virtual": "^3.13.23",
"@tiptap/extension-mention": "^3.20.5",
"@tiptap/extension-placeholder": "^3.20.5",
"@tiptap/pm": "^3.20.5",
"@tiptap/react": "^3.20.5",
"@tiptap/starter-kit": "^3.20.5",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.37.0",
"better-auth": "^1.5.4",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.9.0",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"drizzle-kit": "^0.31.9",
"drizzle-orm": "^0.45.1",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.35.0",
"geist": "^1.7.0",
"inngest": "^3.54.0",
"input-otp": "^1.4.2",
"ioredis": "^5.10.1",
"jose": "^6.2.2",
"libphonenumber-js": "^1.12.40",
"lucide-react": "^0.577.0",
"next": "16.1.6",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"nuqs": "^2.8.0",
"posthog-js": "^1.218.0",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-colorful": "^5.6.1",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.2",
"react-markdown": "^10.1.0",
"react-phone-number-input": "^3.4.16",
"react-resizable-panels": "^4.7.1",
"recharts": "^2.15.4",
"remark-gfm": "^4.0.1",
"resend": "^6.10.0",
"shadcn": "^4.0.0",
"sonner": "^2.0.7",
"stripe": "^20.4.1",
"tailwind-merge": "^3.5.0",
"tippy.js": "^6.3.7",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"web-push": "^3.6.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@next/bundle-analyzer": "^16.1.6",
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20.19.37",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/web-push": "^3.6.4",
"@vitejs/plugin-react": "^6.0.1",
"axe-core": "^4.10.2",
"cross-env": "^7.0.3",
"electron": "^36.0.0",
"electron-builder": "^26.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"husky": "^9.1.7",
"jsdom": "^29.0.1",
"lint-staged": "^15.5.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.1.2",
"vitest-axe": "^0.1.0"
}
}