-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "synergy-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hello-pangea/dnd": "^16.3.0",
"@mantine/carousel": "^6.0.21",
"@mantine/core": "6.0.21",
"@mantine/dates": "6.0.21",
"@mantine/form": "6.0.21",
"@mantine/hooks": "6.0.21",
"@reduxjs/toolkit": "^1.9.7",
"@tabler/icons-react": "^2.39.0",
"axios": "^1.5.1",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"embla-carousel-react": "7.1.0",
"event-source-polyfill": "^1.0.31",
"pnpm": "^8.7.6",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-kakao-maps-sdk": "^1.1.21",
"react-redux": "^8.1.3",
"react-router-dom": "^6.16.0",
"socket.io-client": "^4.7.5",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@types/event-source-polyfill": "^1.0.2",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"eslint": "^8.51.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.5",
"kakao.maps.d.ts": "^0.1.39",
"msw": "^1.3.2",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-tsconfig-paths": "^4.2.1"
},
"msw": {
"workerDirectory": "public"
}
}