-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.64 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.64 KB
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": "lead",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma db push && next build",
"start": "prisma db push && next start",
"db:push": "prisma db push",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "5.9.1",
"@react-jvectormap/core": "^1.0.4",
"@react-jvectormap/unitedstates": "^1.0.1",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.2.0",
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"antd": "^5.12.1",
"apexcharts": "^3.41.1",
"autoprefixer": "10.4.14",
"axios": "^1.6.2",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.41.3",
"cookies-next": "^4.1.0",
"date-fns": "^2.30.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"formik": "^2.4.5",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"jsvectormap": "^1.5.3",
"mime": "^4.0.0",
"next": "13.4.12",
"next-auth": "^4.24.5",
"postcss": "8.4.27",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-jvectormap": "^0.0.16",
"react-signature-canvas": "^1.0.6",
"react-to-print": "^2.14.15",
"react-toastify": "^9.1.3",
"sharp": "^0.33.2",
"socket.io-client": "^4.7.2",
"stripe": "^14.7.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/react-signature-canvas": "^1.0.5",
"prisma": "5.9.1"
}
}