-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·138 lines (138 loc) · 4.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
{
"name": "brainwave",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"locales": "node scripts/update-locales.mjs",
"db:push": "prisma db push",
"db:seed": "prisma db seed",
"db:studio": "prisma studio"
},
"prisma": {
"seed": "node prisma/seed.js"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@pinecone-database/pinecone": "^0.1.6",
"@prisma/client": "^4.16.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-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.7",
"@react-email/render": "^0.0.7",
"@react-email/tailwind": "0.0.8",
"@sentry/nextjs": "^7.109.0",
"@stripe/stripe-js": "^1.54.2",
"@t3-oss/env-nextjs": "^0.2.2",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.15.3",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@uploadthing/react": "^5.7.0",
"async": "^3.2.5",
"chalk": "^5.3.0",
"class-variance-authority": "^0.6.1",
"cli-progress": "^3.12.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.1",
"date-fns": "^2.30.0",
"dotenv": "^16.4.5",
"emailjs": "^4.0.3",
"i18next": "^22.5.1",
"langchain": "^0.0.78",
"langsmith": "^0.0.35",
"lodash.chunk": "^4.2.0",
"lucide-react": "^0.214.0",
"micro": "^10.0.1",
"mixpanel-browser": "^2.49.0",
"next": "^13.5.6",
"next-auth": "^4.24.7",
"next-i18next": "^13.3.0",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.13",
"pdf-parse": "^1.1.1",
"puppeteer": "^20.9.0",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-dom-confetti": "^0.2.0",
"react-dropzone": "^14.2.3",
"react-email": "^1.10.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.2",
"react-i18next": "^12.3.1",
"react-markdown": "^8.0.7",
"recharts": "^2.12.3",
"rehype-katex": "^6.0.3",
"rehype-prism-plus": "^1.6.3",
"rehype-raw": "^7.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-toc": "^8.0.1",
"sentiment": "^5.0.2",
"simple-zustand-devtools": "^1.1.0",
"stripe": "^12.18.0",
"superjson": "1.12.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^5.7.4",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/async": "^3.2.24",
"@types/chalk": "^2.2.0",
"@types/cli-progress": "^3.11.5",
"@types/eslint": "^8.56.6",
"@types/lodash.chunk": "^4.2.9",
"@types/lodash.partition": "^4.6.9",
"@types/mixpanel-browser": "^2.49.0",
"@types/node": "^18.19.26",
"@types/nodemailer": "^6.4.14",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/sentiment": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"postcss": "^8.4.38",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.16.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
},
"ct3aMetadata": {
"initVersion": "7.13.0"
}
}