-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
53
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.0",
"@emotion/react": "^11.11.4",
"@material-ui/core": "^4.12.4",
"@mobiscroll/cli": "^1.14.4",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@toast-ui/react-editor": "^3.2.3",
"antd": "^5.15.3",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"date-fns": "^3.3.1",
"gray-matter": "^4.0.3",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.363.0",
"material-table": "^2.0.5",
"moment": "^2.30.1",
"next": "14.1.0",
"next-auth": "^4.24.7",
"quill": "^2.0.1",
"react": "^18",
"react-country-region-selector": "^3.6.1",
"react-dom": "^18",
"react-kakao-maps-sdk": "^1.1.26",
"react-quill": "^2.0.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"react-select-country-list": "^2.2.3",
"react-slick": "^0.30.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sanitize-html": "^2.13.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/jwt-decode": "^3.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}