-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.66 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
58
59
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/core": "^10.1.1",
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@iconify/react": "^4.1.0",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.6",
"@next-auth/mongodb-adapter": "^1.1.1",
"axios": "^0.27.2",
"bcrypt": "^5.1.0",
"dompurify": "^3.0.1",
"file-saver": "^2.0.5",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.28",
"jwt-decode": "^3.1.2",
"mongodb": "^4.12.1",
"mongoose": "^6.7.3",
"next": "^13.0.3",
"papaparse": "^5.3.2",
"react": "^18.2.0",
"react-awesome-reveal": "^4.1.0",
"react-datepicker": "^4.7.0",
"react-dom": "^18.2.0",
"react-export-table-to-excel": "^1.0.6",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.1.7-beta.1",
"react-loading-skeleton": "^3.1.0",
"react-paginate": "^8.1.3",
"react-toastify": "^9.1.2",
"sheetjs-style": "^0.15.8",
"tailwind-scrollbar-hide": "^1.1.7",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@iconify/react": "^4.0.1",
"autoprefixer": "^10.4.13",
"eslint": "8.13.0",
"eslint-config-next": "^13.0.3",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4"
}
}