-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 842 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
{
"name": "nextjs11-events",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@fullcalendar/core": "^6.0.3",
"@fullcalendar/daygrid": "^6.0.3",
"@fullcalendar/interaction": "^6.0.3",
"@fullcalendar/react": "^6.0.4",
"antd": "^5.1.5",
"dayjs": "^1.11.7",
"formik": "^2.2.9",
"jquery": "^3.6.3",
"moment": "^2.29.4",
"next": "13.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-moment": "^1.1.3",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2",
"uuid": "^9.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.32.0",
"eslint-config-next": "13.1.2"
}
}