-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "ieeeutdwebsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/preset-react": "^7.18.6",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fullcalendar/common": "^5.11.4",
"@fullcalendar/core": "^6.1.4",
"@fullcalendar/daygrid": "^6.1.4",
"@fullcalendar/google-calendar": "^6.1.4",
"@fullcalendar/interaction": "^6.1.6",
"@fullcalendar/list": "^6.1.4",
"@fullcalendar/react": "^6.1.6",
"@fullcalendar/scrollgrid": "^6.1.5",
"@fullcalendar/timegrid": "^6.1.6",
"@googleapis/calendar": "^3.0.0",
"@googleapis/docs": "^2.0.0",
"@mui/material": "^5.12.1",
"@next/font": "13.1.6",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"dotenv": "^16.0.3",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"framer": "^2.4.1",
"google-auth-library": "^8.7.0",
"googleapis": "^111.0.0",
"http2": "^3.3.7",
"ical": "^0.8.0",
"lodash": "^4.17.21",
"net": "^1.0.2",
"next": "^13.1.6",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.4",
"next-transpile-modules": "^10.0.0",
"node-fetch": "^3.3.1",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"tls": "^0.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"child_process": false
}
}