-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.65 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
{
"name": "pft",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "npx playwright test",
"lint": "next lint",
"preview-email": "email dev"
},
"dependencies": {
"@internationalized/date": "^3.5.4",
"@nextui-org/react": "^2.3.6",
"@nivo/bar": "^0.87.0",
"@nivo/core": "^0.85.1",
"@nivo/line": "^0.85.1",
"@nivo/pie": "^0.87.0",
"@nivo/radial-bar": "^0.85.1",
"@novu/node": "^0.24.2",
"@novu/notification-center": "^0.24.2",
"@react-email/container": "0.0.11",
"@react-email/html": "0.0.7",
"@react-email/section": "0.0.11",
"@react-email/text": "0.0.7",
"bcrypt": "^5.1.1",
"cloudinary": "^2.2.0",
"date-fns": "^3.4.0",
"dom-to-image": "^2.6.0",
"framer-motion": "^11.1.7",
"jose": "^5.2.3",
"mongoose": "^8.4.4",
"next": "14.1.0",
"next-cloudinary": "^6.6.2",
"next-qrcode": "^2.5.1",
"nodemailer": "^6.9.13",
"qr-scanner": "^1.4.2",
"razorpay": "^2.9.3",
"react": "^18",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-email": "2.1.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1"
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@types/bcrypt": "^5.0.2",
"@types/dom-to-image": "^2.6.7",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}