-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
70 lines (70 loc) ยท 2.1 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
{
"name": "web1-2-bumblebee-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint --fix './src/**/*.{ts,tsx,js,jsx}'",
"preview": "vite preview"
},
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.60.5",
"@tosspayments/tosspayments-sdk": "^2.3.2",
"@types/stompjs": "^2.3.9",
"@types/uuid": "^10.0.0",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"event-source-polyfill": "^1.0.31",
"eventsource": "^2.0.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-calendar": "^5.1.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-kakao-maps-sdk": "^1.1.27",
"react-router-dom": "^6.28.0",
"react-spinners": "^0.14.1",
"react-textarea-autosize": "^8.5.5",
"react-toastify": "^10.0.6",
"sockjs-client": "^1.6.1",
"uuid": "^11.0.3",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/event-source-polyfill": "^1.0.5",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/sockjs-client": "^1.5.4",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.12.0",
"kakao.maps.d.ts": "^0.1.40",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.15",
"typescript": "^5.4.4",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.1.2"
}
}