-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.39 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
{
"name": "medical-consultaion",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@react-pdf/renderer": "^4.1.5",
"@reduxjs/toolkit": "^2.3.0",
"@stripe/react-stripe-js": "^2.8.1",
"antd": "^5.21.6",
"antd-img-crop": "^4.23.0",
"dayjs": "^1.11.13",
"eslint": "^8.57.1",
"html2canvas": "^1.4.1",
"jodit-react": "^4.1.2",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.2",
"link-preview-js": "^3.0.12",
"lucide": "^0.453.0",
"lucide-react": "^0.453.0",
"next": "14.2.15",
"next-redux-wrapper": "^8.1.0",
"node-cache": "^5.1.2",
"open-graph-scraper": "^6.8.2",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-pdf-html": "^2.1.2",
"react-player": "^2.16.0",
"react-redux": "^9.1.2",
"react-simple-wysiwyg": "^3.1.3",
"react-toastify": "^10.0.5",
"recharts": "^2.13.0",
"sharp": "^0.33.5",
"sweetalert2": "^11.6.13",
"typescript": "^5.6.3",
"url-metadata": "^4.1.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "22.7.9",
"@types/react": "18.3.12",
"autoprefixer": "^10.4.20",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13"
}
}