-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
{
"name": "listen-next",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-email/components": "^0.0.14",
"@remixicon/react": "^4.0.1",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.2",
"classnames": "^2.5.1",
"fs": "^0.0.1-security",
"moment": "^2.30.1",
"next": "^14.2.5",
"next-intl": "^3.17.4",
"nodemailer": "^6.9.8",
"notistack": "^3.0.1",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-email": "^2.0.0",
"react-hook-form": "^7.49.3",
"swiper": "^11.0.5",
"usehooks-ts": "^3.0.1"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"sass": "^1.69.7",
"typescript": "^5"
}
}