-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "hospital-hospitalization-system",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/pro-components": "^2.3.53",
"@antv/g2plot": "^2.4.29",
"@emotion/css": "^11.10.6",
"@next-auth/mongodb-adapter": "^1.1.1",
"@next/bundle-analyzer": "^13.4.3",
"@next/font": "13.1.6",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"antd": "^5.1.7",
"antd-mobile": "^5.29.1",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"big.js": "^6.2.1",
"dayjs": "^1.11.7",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"mongodb": "^4.14.0",
"next": "13.1.6",
"next-auth": "^4.20.1",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"typescript": "4.9.5"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@types/big.js": "^6.1.6"
}
}