forked from gmpetrov/databerry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 5.22 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
{
"name": "chaindesk-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:all": "npm-run-all --parallel dev worker:datasource-loader",
"dev:all:test": "NODE_ENV=test APP_ENV=test npm-run-all --parallel 'dev -p 3042' worker:datasource-loader",
"build": "next build",
"start": "next start",
"lint": "next lint",
"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": "NEXT_PUBLIC_DASHBOARD_URL=http://localhost:3000 npx parcel build widgets/chat-bubble.tsx",
"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",
"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"
},
"prisma": {
"seed": "npx tsx prisma/seed.ts"
},
"alias": {
"@app/components": "./components",
"@app/utils": "./utils",
"@app/types": "./types",
"@app/hooks": "./hooks",
"buffer": false
},
"dependencies": {
"@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",
"@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",
"@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",
"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-yaml": "^4.1.0",
"jszip": "^3.10.1",
"langchain": "^0.0.96",
"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": "^3.3.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.11.0",
"pino-pretty": "^10.0.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.43.8",
"react-hot-toast": "^2.4.1",
"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/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-syntax-highlighter": "^15.5.6",
"@types/react-transition-group": "^4.4.6",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"dotenv-cli": "^7.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prisma": "^4.13.0",
"tailwindcss": "^3.2.7",
"terminate": "^2.6.1",
"ts-node": "^10.9.1"
}
}