forked from Nine-Minds/alga-psa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.43 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
{
"name": "sebastian-monorepo",
"private": true,
"workspaces": [
"server",
"ee/server"
],
"scripts": {
"migrate": "knex migrate:latest",
"seed": "knex seed:run",
"test:local": "DATABASE_URL=postgresql://test_user:test_password@localhost:5432/sebastian_test vitest",
"predev": "cd server && node --loader ts-node/esm src/scripts/validateEnvStartup.js",
"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",
"@hello-pangea/dnd": "^16.6.0",
"@hocuspocus/provider": "^2.13.5",
"@huggingface/inference": "^2.8.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-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/bcryptjs": "^2.4.6",
"@types/react-dropzone": "^4.2.2",
"axios": "^1.7.4",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"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",
"immer": "^10.1.1",
"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.14",
"parsimmon": "^1.18.1",
"pdf-lib": "^1.17.1",
"pdf2pic": "^3.1.3",
"pg": "^8.12.0",
"pg-query-stream": "^4.6.0",
"qrcode": "^1.5.4",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.15.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"recharts": "^2.12.7",
"remark-gfm": "^4.0.0",
"rrule": "^2.8.1",
"sharp": "^0.33.5",
"spawn-sync": "^2.0.0",
"speakeasy": "^2.0.0",
"tailwind-merge": "^2.5.4",
"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/jsonwebtoken": "^9.0.6",
"@types/knex": "^0.16.1",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@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",
"tailwindcss": "^3.4.7",
"ts-node": "^10.9.2",
"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"
}