-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
171 lines (171 loc) · 5.98 KB
/
package.json
File metadata and controls
171 lines (171 loc) · 5.98 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "exponential",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-or-later",
"type": "module",
"main": "dist-electron/main.js",
"scripts": {
"build": "next build",
"check": "NODE_OPTIONS=\"--max-old-space-size=4096\" next lint && tsc --noEmit",
"db:generate": "prisma migrate dev",
"db:migrate": "prisma migrate deploy",
"db:push": "./scripts/prisma-safe.sh db push",
"db:studio": "prisma studio",
"dev": "next dev --turbo",
"dev:log": "next dev 2>&1 | tee todo.log",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"postinstall": "prisma generate",
"lint": "NODE_OPTIONS=\"--max-old-space-size=4096\" next lint",
"lint:fix": "NODE_OPTIONS=\"--max-old-space-size=4096\" next lint --fix",
"preview": "next build && next start",
"smoketest": "bash scripts/smoketest.sh",
"start": "next start",
"test": "vitest run --project unit",
"test:watch": "vitest --project unit",
"test:integration": "vitest run --project integration",
"test:all": "vitest run",
"typecheck": "NODE_OPTIONS=\"--max-old-space-size=4096\" tsc --noEmit",
"prepare": "husky",
"electron:dev": "concurrently -k \"npm run dev\" \"wait-on http://localhost:3000 && npm run electron:start\"",
"electron:start": "tsc -p electron/tsconfig.json && electron .",
"electron:build": "tsc -p electron/tsconfig.json && electron-builder",
"electron:build:mac": "npm run electron:build -- --mac",
"electron:build:win": "npm run electron:build -- --win",
"electron:build:linux": "npm run electron:build -- --linux",
"okr": "npx tsx scripts/okr-cli.ts",
"okr:list": "npx tsx scripts/okr-cli.ts list",
"okr:stats": "npx tsx scripts/okr-cli.ts stats",
"okr:workspaces": "npx tsx scripts/okr-cli.ts workspaces"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.2",
"@aws-sdk/client-s3": "^3.1045.0",
"@aws-sdk/s3-request-presigner": "^3.1045.0",
"@dagrejs/dagre": "^3.0.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@langchain/core": "^0.3.40",
"@langchain/openai": "^0.4.4",
"@mantine/code-highlight": "^7.17.8",
"@mantine/core": "^7.17.8",
"@mantine/dates": "^7.17.8",
"@mantine/form": "^7.17.8",
"@mantine/hooks": "^7.17.8",
"@mantine/modals": "^7.17.8",
"@mantine/notifications": "^7.17.8",
"@mantine/tiptap": "^7.17.8",
"@mastra/client-js": "^0.0.0-om-20260204032032",
"@mastra/core": "^0.0.0-om-20260204032032",
"@next/third-parties": "^16.1.6",
"@notionhq/client": "^4.0.1",
"@octokit/rest": "^21.1.1",
"@openai/realtime-api-beta": "github:simliai/openai-realtime-api-beta",
"@prisma/client": "^6.19.3",
"@sentry/nextjs": "^10.53.0",
"@silk-wallet/silk-wallet-sdk": "^0.2.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@tabler/icons-react": "^3.30.0",
"@tanstack/react-query": "^5.50.0",
"@tiptap/extension-highlight": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-subscript": "^2.11.5",
"@tiptap/extension-superscript": "^2.11.5",
"@tiptap/extension-text-align": "^2.11.5",
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@trpc/client": "^11.0.0-rc.446",
"@trpc/react-query": "^11.0.0-rc.446",
"@trpc/server": "^11.0.0-rc.446",
"@types/jsonwebtoken": "^9.0.9",
"@vercel/analytics": "^1.5.0",
"@vercel/blob": "^0.27.3",
"@xyflow/react": "^12.10.2",
"canvas-confetti": "^1.9.4",
"cheerio": "^1.2.0",
"chrono-node": "^2.9.0",
"date-fns": "^4.1.0",
"date-fns-tz": "3.2.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.6",
"framer-motion": "^12.5.0",
"fuse.js": "^7.1.0",
"geist": "^1.3.0",
"googleapis": "^155.0.1",
"gray-matter": "^4.0.3",
"html-to-image": "^1.11.13",
"imapflow": "^1.2.9",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.501.0",
"mailparser": "^3.9.3",
"mammoth": "^1.12.0",
"next": "15.0.5",
"next-auth": "5.0.0-beta.25",
"node-cache": "^5.1.2",
"node-cron": "^4.2.1",
"nodemailer": "^8.0.1",
"octokit": "^5.0.3",
"openai": "^4.89.0",
"pdf-parse": "^2.4.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"recharts": "^3.1.2",
"remark-gfm": "^4.0.1",
"server-only": "^0.0.1",
"simli-client": "^1.2.8",
"superjson": "^2.2.1",
"web-push": "^3.6.7",
"zod": "^3.23.3"
},
"devDependencies": {
"@happy-dom/global-registrator": "^18.0.1",
"@testcontainers/postgresql": "^11.12.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@types/canvas-confetti": "^1.9.0",
"@types/dompurify": "^3.2.0",
"@types/eslint": "^8.56.10",
"@types/mailparser": "^3.4.6",
"@types/node": "^20.14.10",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^7.0.9",
"@types/pdf-parse": "^1.1.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/web-push": "^3.6.4",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@vitejs/plugin-react": "^5.1.2",
"concurrently": "^8.2.0",
"electron": "^28.0.0",
"electron-builder": "^24.9.0",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.5",
"fast-check": "^4.5.3",
"fishery": "^2.4.0",
"husky": "^9.1.7",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^6.19.3",
"tailwindcss": "^3.4.3",
"testcontainers": "^11.12.0",
"tsx": "^4.21.0",
"typescript": "^5.5.3",
"vitest": "^4.0.16",
"vitest-mock-extended": "^4.0.0",
"wait-on": "^7.2.0"
},
"ct3aMetadata": {
"initVersion": "7.38.1"
},
"prisma": {
"seed": "npx tsx prisma/seed.ts"
}
}