-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.57 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.13",
"@lordicon/react": "^1.2.3",
"@motionone/utils": "^10.14.0",
"@prisma/client": "^5.5.0",
"@types/papaparse": "^5.3.8",
"axios": "^1.2.0",
"bcrypt": "^5.1.1",
"encoding": "^0.1.13",
"eslint": "8.27.0",
"eslint-config-next": "13.4.4",
"firebase": "^10.3.1",
"framer-motion": "^7.6.7",
"html-react-parser": "^4.2.9",
"html-to-text": "^9.0.5",
"lottie-react": "^2.3.1",
"markdown-to-text": "^0.1.1",
"moment": "^2.29.4",
"next": "^13.4.18",
"next-auth": "^4.23.1",
"odd-trimmer": "^1.0.0",
"openai": "^4.4.0",
"papaparse": "^5.4.1",
"prisma-multischema": "^1.1.3",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.0",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"remark-gfm": "^4.0.0",
"swr": "^1.3.0",
"uuid": "^9.0.0",
"zustand": "^4.1.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.10",
"@types/bcrypt": "^5.0.0",
"@types/react": "18.2.21",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"prisma": "^5.5.0",
"tailwindcss": "^3.3.2",
"typescript": "5.2.2"
}
}