-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "dev-renewlabour-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/mitr": "^5.0.13",
"@hookform/resolvers": "^3.7.0",
"@mui/icons-material": "^5.15.21",
"@mui/joy": "^5.0.0-beta.36",
"@mui/material": "^5.15.21",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/x-date-pickers": "^7.3.2",
"@types/yup": "^0.32.0",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"cleave.js": "^1.6.0",
"dayjs": "^1.11.11",
"exceljs": "^4.4.0",
"moment": "^2.30.1",
"mssql": "^11.0.1",
"next": "14.2.3",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.14",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-hot-toast": "^2.4.1",
"react-select": "^5.8.0",
"styled-components": "^6.1.10",
"sweetalert2": "^11.6.13",
"thai-address-autocomplete-react": "^1.1.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/cleave.js": "^1.4.12",
"@types/mssql": "^9.1.5",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^5"
}
}