forked from R00ME/roome-fe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.79 KB
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
{
"name": "roome",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@react-three/drei": "^10.0.2",
"@react-three/fiber": "^9.0.4",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.66.0",
"@tiptap/extension-strike": "^2.11.5",
"@tiptap/extension-text-align": "^2.11.5",
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@tosspayments/payment-widget-sdk": "^0.12.0",
"@tosspayments/tosspayments-sdk": "^2.3.4",
"@types/three": "^0.173.0",
"axios": "^1.7.9",
"classnames": "^2.5.1",
"framer-motion": "^12.4.3",
"react": "^19.0.0",
"react-cookie": "^7.2.2",
"react-dom": "^19.0.0",
"react-intersection-observer": "^9.15.1",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.1.5",
"react-youtube": "^10.1.0",
"sockjs-client": "^1.6.1",
"swiper": "^11.2.2",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.6",
"three": "^0.173.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@tailwindcss/vite": "^4.0.6",
"@types/node": "^22.13.2",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/sockjs-client": "^1.5.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"postcss": "^8.5.2",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0",
"vite-plugin-svgr": "^4.5.0"
}
}