-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 2.23 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ckeditor/ckeditor5-basic-styles": "^40.2.0",
"@ckeditor/ckeditor5-block-quote": "^40.2.0",
"@ckeditor/ckeditor5-build-classic": "^40.2.0",
"@ckeditor/ckeditor5-editor-classic": "^40.2.0",
"@ckeditor/ckeditor5-essentials": "^40.2.0",
"@ckeditor/ckeditor5-heading": "^40.2.0",
"@ckeditor/ckeditor5-link": "^40.2.0",
"@ckeditor/ckeditor5-list": "^40.2.0",
"@ckeditor/ckeditor5-paragraph": "^40.2.0",
"@ckeditor/ckeditor5-react": "^6.2.0",
"@ckeditor/ckeditor5-theme-lark": "^40.2.0",
"@tanstack/react-query": "^5.12.2",
"@tosspayments/payment-widget-sdk": "^0.10.2",
"@yaireo/tagify": "^4.17.9",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"color-thief-react": "^2.1.0",
"path": "^0.12.7",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-datepicker": "^4.24.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-loading-skeleton": "^3.3.1",
"react-router-dom": "^6.20.1",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"slick-carousel": "^1.8.1",
"vite-plugin-svgr": "^4.2.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@ckeditor/vite-plugin-ckeditor5": "^0.1.3",
"@hookform/devtools": "^4.3.1",
"@tanstack/react-query-devtools": "^5.17.10",
"@types/node": "^20.10.3",
"@types/react": "^18.2.37",
"@types/react-datepicker": "^4.19.3",
"@types/react-dom": "^18.2.15",
"@types/react-slick": "^0.23.12",
"@types/yaireo__tagify": "^4.17.5",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"kakao.maps.d.ts": "^0.1.39",
"react-hook-form": "^7.49.2",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}