-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 993 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": "movie-review",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.4",
"@mui/x-charts": "^6.18.3",
"@mui/x-data-grid": "^6.18.5",
"@mui/x-date-pickers": "^6.18.6",
"@reduxjs/toolkit": "^1.9.5",
"antd": "^5.8.4",
"cookies-next": "^3.0.0",
"dayjs": "^1.11.10",
"embla-carousel-autoplay": "^8.0.0-rc12",
"embla-carousel-react": "^8.0.0-rc12",
"firebase": "^10.7.2",
"formik": "^2.4.3",
"framer-motion": "^10.16.4",
"hamburger-react": "^2.5.0",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-multi-carousel": "^2.8.4",
"react-redux": "^8.1.2",
"react-toastify": "^9.1.3",
"uuid": "^9.0.1",
"yup": "^1.2.0"
}
}