-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 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
{
"name": "@undrstnd/app-undrstnd",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"generate": "prisma generate --no-engine && prisma db push",
"build": "pnpm run generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate --no-engine",
"prepare": "husky",
"check-types": "tsc --pretty --noEmit",
"check-format": "prettier --check .",
"check-lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
"format": "prettier . --write",
"lint:fix": "next lint --fix",
"test-all": "pnpm run check-format && pnpm run run check-lint && pnpm run check-types && pnpm run build"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./src": [
"lint",
"prettier"
]
},
"dependencies": {
"@auth/prisma-adapter": "^1.5.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.2",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@langchain/community": "^0.0.50",
"@langchain/groq": "^0.0.9",
"@langchain/openai": "^0.0.28",
"@langchain/pinecone": "^0.0.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@openstatus/react": "^0.0.3",
"@pinecone-database/pinecone": "^2.2.0",
"@prisma/client": "^5.15.0",
"@prisma/extension-accelerate": "^1.0.0",
"@prisma/extension-pulse": "^1.0.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "0.0.19",
"@react-email/render": "0.0.15",
"@supabase/supabase-js": "^2.39.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-table": "^8.16.0",
"@vercel/analytics": "^1.1.3",
"ai": "^3.0.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^1.0.0",
"crypto-browserify": "^3.12.0",
"framer-motion": "^10.18.0",
"fuse.js": "^7.0.0",
"geist": "^1.2.2",
"groq-sdk": "^0.3.2",
"input-otp": "^1.2.2",
"langchain": "^0.0.92",
"lucide-react": "^0.288.0",
"markdown-it": "^14.1.0",
"nanoid": "^5.0.6",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"next-intl": "^3.9.4",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.12",
"openai": "^4.30.0",
"pdf-parse": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-email": "2.1.4",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.8.1",
"react-markdown": "^9.0.1",
"react-pdf": "^8.0.0",
"react-resizable-panels": "^2.0.19",
"react-resize-detector": "^10.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"simplebar-react": "^3.2.4",
"sonner": "^1.4.41",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^9.0.4",
"usehooks-ts": "^3.0.1",
"uuid": "^9.0.1",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.8.10",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tailwindcss": "^3.15.1",
"husky": "^8.0.0",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.15.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}