-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 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
45
46
47
48
49
50
51
52
{
"name": "candy-web-ssr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/react-slick": "^0.29.2",
"@reduxjs/toolkit": "^1.8.2",
"@types/moment": "^2.13.0",
"@types/react-slick": "^0.23.10",
"@types/slick-carousel": "^1.6.37",
"@types/styled-components": "^5.1.25",
"@types/yup": "^0.29.14",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"formik": "^2.2.9",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"next": "12.1.6",
"next-redux-wrapper": "^7.0.5",
"react": "18.1.0",
"react-bootstrap": "^2.4.0",
"react-dom": "18.1.0",
"react-moment": "^1.1.2",
"react-query": "^3.39.1",
"react-redux": "^8.0.2",
"react-slick": "^0.29.0",
"react-use": "^17.4.0",
"redux-logger": "^3.0.6",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5",
"styled-jsx": "^5.0.2",
"swr": "^1.3.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.36",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/redux-logger": "^3.0.9",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"sass": "^1.52.1",
"typescript": "4.7.2"
}
}