-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
167 lines (167 loc) · 5.42 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
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
{
"name": "sebastian-monorepo",
"private": true,
"workspaces": [
"server",
"ee/server"
],
"scripts": {
"migrate": "knex migrate:latest",
"seed": "knex seed:run",
"test:local": "cd server && dotenv -e ../.env.localtest -- vitest \"$@\"",
"generate:proto": "mkdir -p ee/server/src/generated && protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=ee/server/src/generated --ts_proto_opt=esModuleInterop=true,outputServices=false,useExactTypes=false --proto_path=ee/server/protos workflow.proto",
"predev": "cd server && node --loader ts-node/esm src/scripts/validateEnvStartup.ts",
"dev": "cd server && NEXT_PUBLIC_EDITION=enterprise next dev",
"build": "cd server && next build",
"build:ee": "cd server && NEXT_PUBLIC_EDITION=enterprise next build",
"start": "next start"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.30.1",
"@aws-sdk/client-s3": "^3.682.0",
"@blocknote/core": "^0.22.0",
"@blocknote/mantine": "^0.22.0",
"@blocknote/react": "^0.22.0",
"@hello-pangea/dnd": "^16.6.0",
"@hocuspocus/provider": "^2.13.5",
"@huggingface/inference": "^2.8.0",
"@js-temporal/polyfill": "^0.4.4",
"@nestjs/common": "^11.0.3",
"@nestjs/config": "^4.0.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-form": "^0.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-primitive": "^2.0.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/themes": "^3.1.3",
"@syncedstore/core": "^0.6.0",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-table": "^8.20.5",
"@tiptap/extension-collaboration": "^2.5.8",
"@tiptap/extension-collaboration-cursor": "^2.5.8",
"@tiptap/extension-underline": "^2.5.8",
"@tiptap/react": "^2.5.8",
"@tiptap/starter-kit": "^2.5.8",
"@types/archiver": "^6.0.3",
"@types/bcryptjs": "^2.4.6",
"@types/react-dropzone": "^4.2.2",
"@types/redis": "^4.0.10",
"archiver": "^7.0.1",
"axios": "^1.7.4",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"cross-spawn": "^7.0.3",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dompurify": "^3.1.6",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"fs": "^0.0.1-security",
"handlebars": "^4.7.8",
"immer": "^10.1.1",
"ini": "^5.0.0",
"jsonwebtoken": "^9.0.2",
"knex": "^3.1.0",
"lucide-react": "^0.428.0",
"marked": "^14.1.3",
"moment": "^2.30.1",
"next": "^14.2.16",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.16",
"parsimmon": "^1.18.1",
"pdf-lib": "^1.17.1",
"pdf2pic": "^3.1.3",
"pg": "^8.12.0",
"pg-boss": "^10.1.5",
"pg-query-stream": "^4.6.0",
"puppeteer": "^24.2.0",
"qrcode": "^1.5.4",
"radash": "^12.1.0",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.15.0",
"react-day-picker": "^9.5.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-dropzone": "^14.3.5",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"reactflow": "^11.11.4",
"recharts": "^2.12.7",
"redis": "^4.7.0",
"remark-gfm": "^4.0.0",
"rrule": "^2.8.1",
"sharp": "^0.33.5",
"spawn-sync": "^2.0.0",
"speakeasy": "^2.0.0",
"swr": "^2.3.0",
"tailwind-merge": "^2.6.0",
"tinycolor2": "^1.6.0",
"turndown": "^7.2.0",
"uuid": "^10.0.0",
"winston": "^3.13.1",
"winston-daily-rotate-file": "^5.0.0",
"y-webrtc": "^10.3.0",
"y-websocket": "^2.0.4",
"yjs": "^13.6.18",
"zod": "^3.23.8"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@types/dompurify": "^3.0.5",
"@types/ejs": "^3.1.5",
"@types/google-protobuf": "^3.15.12",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.6",
"@types/knex": "^0.16.1",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/parsimmon": "^1.10.9",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-big-calendar": "^1.8.9",
"@types/react-dom": "^18",
"@types/speakeasy": "^2.0.10",
"@types/tinycolor2": "^1.4.6",
"@types/turndown": "^5.0.5",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"eslint-plugin-custom-rules": "file:server/eslint-plugins",
"jsdom": "^25.0.1",
"postcss": "^8",
"protobufjs": "^7.4.0",
"tailwindcss": "^3.4.7",
"ts-node": "^10.9.2",
"ts-proto": "^2.6.0",
"typescript": "^5",
"vitest": "^2.1.2"
},
"version": "1.0.0",
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "index.js",
"directories": {
"doc": "docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module"
}