Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +69 -0
requirements.txt
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@headlessui/react==1.7.17
|
| 2 |
+
@next-auth/prisma-adapter==1.0.7
|
| 3 |
+
@prisma/client==5.4.2
|
| 4 |
+
@radix-ui/react-switch==1.0.3
|
| 5 |
+
@radix-ui/react-toast==1.1.4
|
| 6 |
+
@radix-ui/react-tooltip==1.0.6
|
| 7 |
+
@react-pdf/renderer==3.1.12
|
| 8 |
+
@tanstack/react-query==4.29.7
|
| 9 |
+
@trpc/client==10.30.0
|
| 10 |
+
@trpc/next==10.30.0
|
| 11 |
+
@trpc/react-query==10.30.0
|
| 12 |
+
@trpc/server==10.30.0
|
| 13 |
+
@uiball/loaders==1.3.0
|
| 14 |
+
@upstash/ratelimit==0.4.4
|
| 15 |
+
@vercel/analytics==1.0.2
|
| 16 |
+
@vercel/edge==1.0.1
|
| 17 |
+
axios==0.26.0
|
| 18 |
+
cheerio==1.0.0-rc.12
|
| 19 |
+
chromadb==1.5.9
|
| 20 |
+
clsx==2.0.0
|
| 21 |
+
framer-motion==12.0.0
|
| 22 |
+
html-to-image==1.11.11
|
| 23 |
+
i18next==22.5.1
|
| 24 |
+
langchain==0.0.91
|
| 25 |
+
micro==10.0.1
|
| 26 |
+
micro-cors==0.1.1
|
| 27 |
+
next==13.5.5
|
| 28 |
+
next-auth==4.23.2
|
| 29 |
+
next-i18next==13.3.0
|
| 30 |
+
nextjs-google-analytics==2.3.3
|
| 31 |
+
react==18.2.0
|
| 32 |
+
react-dom==18.2.0
|
| 33 |
+
react-i18next==12.3.1
|
| 34 |
+
react-icons==4.11.0
|
| 35 |
+
react-markdown==8.0.7
|
| 36 |
+
rehype-highlight==6.0.0
|
| 37 |
+
remark-gfm==4.0.0
|
| 38 |
+
stripe==13.8.0
|
| 39 |
+
superjson==1.13.1
|
| 40 |
+
tailwindcss-radix==2.8.0
|
| 41 |
+
uuid==9.0.1
|
| 42 |
+
zod==3.22.0
|
| 43 |
+
zustand==4.4.4
|
| 44 |
+
@commitlint/cli==18.0.0
|
| 45 |
+
@commitlint/config-conventional==17.6.5
|
| 46 |
+
@testing-library/jest-dom==5.17.0
|
| 47 |
+
@testing-library/react==14.0.0
|
| 48 |
+
@types/micro-cors==0.1.2
|
| 49 |
+
@types/node==20.8.6
|
| 50 |
+
@types/prettier==3.0.0
|
| 51 |
+
@types/react==18.2.21
|
| 52 |
+
@types/react-dom==18.2.14
|
| 53 |
+
@types/uuid==9.0.4
|
| 54 |
+
@typescript-eslint/eslint-plugin==5.60.0
|
| 55 |
+
@typescript-eslint/parser==5.62.0
|
| 56 |
+
autoprefixer==10.4.15
|
| 57 |
+
cross-env==7.0.3
|
| 58 |
+
eslint==8.46.0
|
| 59 |
+
eslint-config-next==13.5.3
|
| 60 |
+
husky==8.0.3
|
| 61 |
+
jest==29.6.4
|
| 62 |
+
jest-environment-jsdom==29.6.3
|
| 63 |
+
lint-staged==14.0.0
|
| 64 |
+
postcss==8.4.30
|
| 65 |
+
prettier==3.0.3
|
| 66 |
+
prettier-plugin-tailwindcss==0.5.4
|
| 67 |
+
prisma==5.2.0
|
| 68 |
+
tailwindcss==3.3.3
|
| 69 |
+
typescript==5.1.6
|