-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 996 Bytes
/
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
{
"name": "griffith-calendar",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/preset-react": "7.18.6",
"@chakra-ui/react": "2.3.7",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fullcalendar/daygrid": "5.11.4",
"@fullcalendar/interaction": "5.11.4",
"@fullcalendar/list": "5.11.4",
"@fullcalendar/react": "5.11.4",
"@fullcalendar/timegrid": "5.11.4",
"chakra-react-select": "4.4.3",
"framer-motion": "^7.0.0",
"ical-generator": "3.6.1",
"lodash": "4.17.21",
"natural-orderby": "3.0.2",
"next": "13.2.1",
"next-transpile-modules": "10.0.0",
"node-ical": "0.15.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.7.1",
"react-responsive": "9.0.0"
},
"devDependencies": {
"eslint": "8.27.0",
"eslint-config-next": "13.2.1"
}
}