-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fullcalendar/core": "^6.1.5",
"@fullcalendar/daygrid": "^6.1.5",
"@fullcalendar/interaction": "^6.1.5",
"@fullcalendar/list": "^6.1.5",
"@fullcalendar/react": "^6.1.5",
"@fullcalendar/timegrid": "^6.1.5",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@mui/x-data-grid": "^6.0.4",
"@nivo/core": "^0.80.0",
"@nivo/geo": "^0.80.0",
"@nivo/line": "^0.80.0",
"@nivo/pie": "^0.80.0",
"@react-querybuilder/material": "^6.1.4",
"formik": "^2.2.9",
"next": "^13.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pro-sidebar": "0.7.1",
"react-query": "^3.39.3",
"react-querybuilder": "^6.1.4",
"sass": "^1.60.0",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/node": "18.15.11",
"typescript": "5.0.3"
}
}