-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (39 loc) · 901 Bytes
/
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
{
"name": "medbot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"antd": "^5.11.3",
"axios": "^1.6.2",
"jwt-decode": "^4.0.0",
"ldrs": "^1.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^13.5.6",
"next-auth": "^4.24.5",
"next-redux-wrapper": "^8.1.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-redux": "^8.1.3",
"react-slick": "^0.29.0",
"react-to-print": "^2.14.15",
"redux-thunk": "^2.4.2",
"slick-carousel": "^1.8.1",
"swiper": "^11.0.5"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}