-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.2 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "fyp_codebase",
"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.5",
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@microsoft/microsoft-graph-client": "^3.0.5",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.127",
"@mui/material": "^5.11.8",
"@mui/x-date-pickers": "^6.2.1",
"@sendgrid/mail": "^7.7.0",
"calendar-js": "^1.4.4",
"chart.js": "^2.9.4",
"date-fns": "^2.30.0",
"dayjs": "^1.11.7",
"draft-js": "^0.11.7",
"firebase": "^9.14.0",
"formik": "^2.2.9",
"framer-motion": "^10.11.2",
"next": "12.3.1",
"nodemailer": "^6.9.1",
"notistack": "^3.0.1",
"ramda": "^0.29.0",
"react": "18.2.0",
"react-calendar": "^4.2.1",
"react-date-picker": "^9.1.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-draggable": "^4.4.5",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.6.0",
"react-intersection-observer": "^9.4.3",
"react-slick": "^0.29.0",
"react-type-animation": "^2.1.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.10"
},
"devDependencies": {
"@microsoft/microsoft-graph-types": "^2.30.0",
"@types/chart.js": "^2.9.37",
"@types/node": "18.11.5",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.0.22",
"@types/react-calendar": "^3.9.0",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "18.0.7",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-slick": "^0.23.10",
"@types/react-speech-recognition": "^3.9.2",
"@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.14",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"typescript": "4.8.4"
}
}