-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "project-dashboard",
"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.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/styled-engine-sc": "^6.0.0-alpha.17",
"@mui/x-data-grid": "^7.3.1",
"@mui/x-data-grid-generator": "^7.3.2",
"@mui/x-data-grid-pro": "^7.3.2",
"@mui/x-date-pickers": "^7.3.2",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.2",
"cookie": "^0.6.0",
"dayjs": "^1.11.11",
"firebase": "^10.9.0",
"jose": "^5.2.4",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mdb-react-ui-kit": "^7.2.0",
"next": "^14.2.0-canary.20",
"next-auth": "^4.24.7",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-toastify": "^10.0.5",
"styled-components": "^6.1.8"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}