-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
{
"name": "huflit-blockchain-certificate-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3007",
"build": "next build",
"start": "next start -p 3007",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@heroicons/react": "^2.0.16",
"@hookform/resolvers": "^2.9.7",
"@mui/material": "^5.11.12",
"@mui/x-data-grid": "^6.0.0",
"@mui/x-date-pickers": "^6.0.0",
"@next/font": "13.1.6",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"csvtojson": "^2.0.10",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"i18next": "^22.4.15",
"i18next-chained-backend": "^4.2.0",
"i18next-http-backend": "^2.2.1",
"i18next-localstorage-backend": "^4.1.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "13.1.6",
"next-i18next": "^13.2.2",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.0",
"react-i18next": "^12.2.2",
"react-icons": "^4.8.0",
"react-redux": "^7.2.6",
"react-to-print": "^2.14.12",
"redux-thunk": "^2.4.1",
"sweetalert2": "^11.6.8",
"translate": "^2.0.2",
"typescript": "4.9.5",
"yup": "^0.32.11"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}