-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.06 KB
/
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
39
40
41
42
43
44
{
"name": "dongurami-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nivo/bar": "^0.74.0",
"@nivo/core": "^0.74.0",
"@reduxjs/toolkit": "^1.6.1",
"animate.css": "^4.1.1",
"axios": "^0.21.4",
"downshift": "^6.1.7",
"hamburger-react": "^2.4.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"next": "~11.0.1",
"react": "17.0.2",
"react-awesome-reveal": "^3.8.1",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-loading": "^2.0.3",
"react-login-by-naver": "^0.1.8",
"react-masonry-css": "^1.0.16",
"react-quill": "^1.3.5",
"react-redux": "^7.2.5",
"react-reveal": "^1.2.2",
"react-slick": "^0.28.1",
"react-tooltip": "^4.2.21",
"sass": "^1.37.5",
"slick-carousel": "^1.8.1",
"swiper": "^6.8.4"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
}
}