forked from gmpetrov/databerry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
179 lines (179 loc) · 6.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
168
169
170
171
172
173
174
175
176
177
178
179
{
"name": "chaindesk-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"dev:all": "concurrently \"pnpm dev\" \"pnpm worker:datasource-loader\"",
"dev:all:test": "NODE_ENV=test APP_ENV=test concurrently \"pnpm dev -p 3042\" \"pnpm worker:datasource-loader\"",
"build": "next build",
"check-types": "tsc --noemit",
"start": "next start",
"lint": "npm run check-types && next lint --fix",
"e2e:api": "jest __tests__/api",
"e2e:api:watch": "jest __tests__/api --watch",
"build:widget:chat-bubble": "NEXT_PUBLIC_DASHBOARD_URL=https://app.chaindesk.ai npx parcel build widgets/chat-bubble.tsx",
"build:widget:chat-bubble:dev": "concurrently \"npx serve tests/chat-bubble\" \"mkdir -p tests/chat-bubble/dist && NEXT_PUBLIC_DASHBOARD_URL=https://app.chaindesk.ai npx parcel watch widgets/chat-bubble.tsx --dist-dir tests/chat-bubble/dist\"",
"publish:package:chat-bubble": "npm run build:widget:chat-bubble && cp dist/chat-bubble* packages/chat-bubble/ && cd packages/chat-bubble && npm version patch && npm publish --access public",
"build:widget:prestashop": "cd widgets/prestashop && bash build.sh",
"build:widget:wordpress": "cd widgets/wordpress && bash build.sh",
"prisma:generate": "prisma generate",
"prisma:migrate:dev": "dotenv -e .env.local -- prisma migrate dev",
"prisma:migrate:prod": "dotenv -e .env.local -- prisma migrate deploy",
"worker:datasource-loader": "dotenv -e .env.local -- npx tsx --watch workers/datasource-loader.ts",
"dotenv": "dotenv -e .env.local",
"set-env:prod": "cat .env.prod.local | xargs flyctl --config fly/fly.toml secrets set",
"docker:compose": "docker compose -f .dev/databerry/docker-compose.yml --env-file .dev/databerry/docker.env",
"stripe:dev": "stripe listen --forward-to localhost:3000/api/stripe/webhook",
"docker:compose:deps": "docker compose -f .dev/databerry/docker-compose.deps.yml --env-file .dev/databerry/docker.env",
"docker:compose:app": "docker compose -f .dev/databerry/docker-compose.app.yml --env-file .dev/databerry/docker.env",
"changelog": "git fetch --all && pnpx gitmoji-changelog",
"commit": "pnpx git-cz"
},
"prisma": {
"seed": "npx tsx prisma/seed.ts"
},
"alias": {
"@app/components": "./components",
"@app/utils": "./utils",
"@app/types": "./types",
"@app/hooks": "./hooks",
"buffer": false,
"process": false
},
"config": {
"commitizen": {
"path": "node_modules/cz-emoji"
}
},
"dependencies": {
"@axiomhq/pino": "^0.1.3",
"@dqbd/tiktoken": "^1.0.7",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@hookform/resolvers": "^3.0.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@mui/icons-material": "^5.14.1",
"@mui/joy": "5.0.0-alpha.88",
"@mui/lab": "5.0.0-alpha.137",
"@mui/material": "^5.14.1",
"@mui/utils": "^5.14.1",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/bundle-analyzer": "^13.3.0",
"@pinecone-database/pinecone": "^0.0.11",
"@prisma/client": "^4.13.0",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf-viewer/highlight": "^3.12.0",
"@react-pdf-viewer/search": "^3.12.0",
"@sentry/nextjs": "^7.66.0",
"@slack/web-api": "^6.8.1",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-virtual": "3.0.0-beta.54",
"@types/node": "18.15.10",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@vercel/og": "^0.5.11",
"@xmldom/xmldom": "^0.8.7",
"aws-sdk": "^2.1343.0",
"axios": "^1.3.4",
"bullmq": "^3.13.3",
"cheerio": "1.0.0-rc.12",
"clsx": "^1.2.1",
"cors": "^2.8.5",
"crisp-api": "^7.4.1",
"cuid": "^3.0.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"exceljs": "^4.3.0",
"file-saver": "^2.0.5",
"google-auth-library": "^8.7.0",
"googleapis": "^118.0.0",
"hash-wasm": "^4.9.0",
"ioredis": "^5.3.1",
"js-cookie": "^3.0.5",
"js-tiktoken": "^1.0.7",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"langchain": "^0.0.132",
"mammoth": "^1.5.1",
"mime-types": "^2.1.35",
"msgpackr": "^1.9.3",
"multer": "1.4.5-lts.1",
"nanoid": "^4.0.2",
"next": "13.2.4",
"next-auth": "^4.20.1",
"next-connect": "^0.13.0",
"nodemailer": "^6.9.1",
"nprogress": "^0.2.0",
"openai": "^4.2.0",
"p-debounce": "^4.0.0",
"p-map": "^5.5.0",
"p-retry": "^5.1.2",
"p-timeout": "^6.1.1",
"pdfjs-dist": "3.4.120",
"perf_hooks": "^0.0.1",
"pino": "^8.15.0",
"pino-pretty": "^10.2.0",
"playwright": "^1.32.3",
"radash": "^10.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-frame-component": "^5.2.6",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-infinite-scroller": "^1.2.6",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"remark-gfm": "^3.0.1",
"rxjs": "^7.8.1",
"sharp": "^0.32.1",
"stripe": "^11.17.0",
"superjson": "^1.12.2",
"swr": "^2.1.1",
"typescript": "5.0.2",
"uuid": "^9.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.2/xlsx-0.19.2.tgz",
"yaml": "^2.2.1",
"zod": "3.21.4"
},
"devDependencies": {
"@swc/core": "^1.3.51",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/cors": "^2.8.13",
"@types/exceljs": "^1.3.0",
"@types/file-saver": "^2.0.5",
"@types/gtag.js": "^0.0.13",
"@types/jest": "^29.5.3",
"@types/js-cookie": "^3.0.3",
"@types/mime-types": "^2.1.1",
"@types/multer": "^1.4.7",
"@types/nprogress": "^0.2.0",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-transition-group": "^4.4.6",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.1",
"cz-emoji": "1.3.2-canary.2",
"dotenv-cli": "^7.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"lint-staged": "^14.0.1",
"postcss": "^8.4.21",
"prisma": "^4.13.0",
"tailwindcss": "^3.2.7",
"terminate": "^2.6.1",
"ts-node": "^10.9.1",
"tsc-files": "^1.1.4"
}
}