-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "hrspace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.11.15",
"@mui/x-data-grid": "^6.0.4",
"@mui/x-date-pickers": "^6.0.4",
"@sendgrid/mail": "^7.7.0",
"aos": "^2.3.4",
"axios": "^1.3.5",
"chart.js": "^4.2.1",
"cheerio": "^1.0.0-rc.12",
"firebase": "^9.19.1",
"flowbite": "^1.6.4",
"flowbite-datepicker": "^1.2.2",
"flowbite-react": "^0.4.2",
"fs": "^0.0.1-security",
"moment": "^2.29.4",
"next": "13.2.4",
"next-themes": "^0.2.1",
"nodemon": "^2.0.22",
"puppeteer": "^19.8.5",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"react-otp-input": "^3.0.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.2",
"tailwind-datepicker-react": "^1.2.3"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1"
}
}