-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.06 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
{
"name": "resume-generator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check": "next lint && tsc --noemit",
"db-push": "prisma db push",
"db-generate": "prisma generate",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.0.4",
"@auth/prisma-adapter": "^1.0.14",
"@heroicons/react": "^2.0.18",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.8.0",
"@progress/kendo-drawing": "^1.18.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.7.2",
"@types/lodash": "^4.14.199",
"@types/nprogress": "^0.2.2",
"@types/react-alert": "^7.0.3",
"@types/react-beautiful-dnd": "^13.1.6",
"@types/uuid": "^9.0.5",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"ai": "^2.2.30",
"axios": "^1.6.0",
"flowbite": "^2.0.0",
"flowbite-react": "^0.7.2",
"immer": "^10.0.3",
"immer-reducer": "^0.7.13",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongodb": "^6.2.0",
"next": "13.5.4",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.8",
"nprogress": "^0.2.0",
"openai": "^4.24.1",
"prisma": "^5.8.0",
"react": "^18",
"react-alert": "^7.0.3",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap-icons": "^1.10.3",
"react-detect-click-outside": "^1.1.7",
"react-dom": "^18",
"react-markdown": "^9.0.0",
"react-redux": "^8.1.3",
"redux-persist": "^6.0.0",
"use-immer": "^0.9.0",
"uuid": "^9.0.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"flowbite": "^2.0.0",
"flowbite-react": "^0.7.2",
"formik": "^2.4.2",
"framer-motion": "^10.12.16",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}