-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.74 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
{
"name": "moyeota-webview",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"eslint": "eslint .",
"preview": "vite preview",
"svgr": "npx @svgr/cli -d src/assets/svg --ignore-existing --typescript --no-dimensions public/svg"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.7",
"@mui/x-date-pickers": "^7.14.0",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.52.1",
"@types/axios": "^0.14.0",
"@types/prop-types": "^15.7.12",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"axios": "^1.7.5",
"cordova-plugin-geolocation": "^5.0.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"firebase": "^10.13.0",
"framer-motion": "^10.18.0",
"kakao.maps.d.ts": "^0.1.40",
"moment": "^2.30.1",
"msw": "^2.3.5",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-canvas-confetti": "^2.0.7",
"react-cool-onclickoutside": "^1.7.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-geocode": "1.0.0-alpha.1",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.13.0",
"react-ios-time-picker": "^0.2.2",
"react-kakao-maps-sdk": "^1.1.27",
"react-mobile-picker": "^1.0.1",
"react-native-gesture-handler": "^2.18.1",
"react-native-webview": "^13.11.1",
"react-naver-maps": "^0.1.3",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"react-scrollable-picker": "^1.0.2",
"react-use-measure": "^2.1.1",
"socket.io-client": "^4.7.5",
"sockjs-client": "1.5.1",
"stompjs": "^2.3.3",
"styled-components": "^6.1.12",
"ts-pattern": "^5.3.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/navermaps": "^3.7.5",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"vite": "^4.5.3",
"vite-plugin-svgr": "^3.3.0",
"vite-tsconfig-paths": "^5.0.1",
"zustand": "^4.5.5"
},
"msw": {
"workerDirectory": [
"public"
]
}
}