forked from Kernel360/f1-KernelSquare-frontend
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
117 lines (117 loc) · 3.6 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "kernel-square",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbo",
"dev:mock-server": "node mock-server.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@next/third-parties": "^14.1.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@sentry/nextjs": "^7.101.1",
"@stomp/stompjs": "^7.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-query": "^5.13.4",
"@tanstack/react-query-devtools": "^5.13.5",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/react-editor": "^3.2.3",
"aos": "3.0.0-beta.6",
"axios": "^1.6.2",
"body-parser": "^1.20.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"cookie": "^0.6.0",
"copy-to-clipboard": "^3.3.3",
"cors": "^2.8.5",
"dayjs": "^1.11.10",
"embla-carousel-autoplay": "^8.0.0",
"embla-carousel-react": "^8.0.0",
"event-source-polyfill": "^1.0.31",
"express": "^4.18.2",
"firebase": "^10.12.2",
"firebase-admin": "^12.1.1",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"lottie-react": "^2.4.0",
"lucide-react": "^0.312.0",
"next": "14.0.4",
"pretendard": "^1.3.9",
"prismjs": "^1.29.0",
"rc-dropdown": "^4.1.0",
"rc-menu": "^9.12.4",
"react": "^18",
"react-calendar": "^4.7.0",
"react-dom": "^18",
"react-error-boundary": "^4.0.12",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.49.0",
"react-icons": "^4.12.0",
"react-kakao-maps-sdk": "^1.1.26",
"react-loading-skeleton": "^3.3.1",
"react-paginate": "^8.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^9.1.3",
"react-truncate-markup": "^5.1.2",
"recoil": "^0.7.7",
"redis": "^4.6.12",
"sharp": "^0.33.1",
"sockjs": "^0.3.24",
"sockjs-client": "^1.6.1",
"sse-pubsub": "^1.4.5",
"stomp-broker-js": "^1.3.0",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"validator": "^13.11.0",
"ws": "^8.16.0"
},
"devDependencies": {
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@types/aos": "^3.0.7",
"@types/cookie": "^0.6.0",
"@types/event-source-polyfill": "^1.0.5",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/prismjs": "^1.26.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-highlight-words": "^0.16.7",
"@types/react-paginate": "^7.1.4",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/sockjs": "^0.3.36",
"@types/sockjs-client": "^1.5.4",
"@types/validator": "^13.11.7",
"@types/ws": "^8.5.10",
"autoprefixer": "^10.0.1",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"kakao.maps.d.ts": "^0.1.39",
"msw": "^2.0.10",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"msw": {
"workerDirectory": "public"
},
"packageManager": "pnpm@8.11.0+sha256.5858806c3b292cbec89b5533662168a957358e2bbd86431516d441dc1aface89"
}