forked from DWPProject/dwp_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1022 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
41
42
43
{
"name": "dwp_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start ",
"lint": "next lint"
},
"dependencies": {
"@mui/material": "^5.14.14",
"@nivo/bar": "^0.83.0",
"@react-pdf/renderer": "^3.1.14",
"axios": "^1.6.0",
"chart.js": "^4.4.0",
"cookies-next": "^4.1.0",
"d3-color": "^3.1.0",
"jwt-decode": "^4.0.0",
"next": "13.5.4",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-icons": "^4.11.0",
"react-pdf": "^7.5.1",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"sharp": "^0.33.0",
"sweetalert2": "^11.8.0",
"sweetalert2-react-content": "^5.0.7",
"swiper": "^10.3.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"autoprefixer": "^10",
"daisyui": "^3.9.1",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3"
}
}