-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.75 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
{
"name": "every-camping",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@stomp/stompjs": "^6.1.2",
"@tanstack/react-query": "^4.20.4",
"@types/stompjs": "^2.3.5",
"axios": "^1.2.5",
"daisyui": "^2.46.1",
"date-fns": "^2.29.3",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-calendar": "^4.0.0",
"react-cookie": "^4.1.1",
"react-datepicker": "^4.8.0",
"react-daum-postcode": "^3.1.1",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-infinite-scroll-hook": "^4.0.4",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.6.1",
"react-toastify": "^9.1.1",
"sockjs-client": "^1.6.1",
"sort-by": "^1.2.0",
"stompjs": "^2.3.3",
"tailwind-scrollbar-hide": "^1.1.7",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-calendar": "^3.9.0",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "^18.0.9",
"@types/sockjs-client": "^1.5.1",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/eunju0209/every-camping.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eunju0209/every-camping/issues"
},
"homepage": "https://github.com/eunju0209/every-camping#readme",
"description": "",
"proxy": "http://ec2-43-200-2-48.ap-northeast-2.compute.amazonaws.com"
}