-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 955 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": "blogchin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.4",
"@reduxjs/toolkit": "^1.8.2",
"@tinymce/tinymce-react": "^4.1.0",
"axios": "^0.27.2",
"fs-extra": "^10.1.0",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.2.0",
"react-rating-stars-component": "^2.2.0",
"react-simple-star-rating": "^4.0.5",
"react-slick": "^0.29.0",
"react-star-ratings": "^2.3.0",
"redux": "^4.2.0",
"slick-carousel": "^1.8.1",
"swiper": "^8.2.4",
"tinymce": "^6.0.3",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-next": "12.1.6"
}
}