-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "youtogether",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:https": "node server.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@nextui-org/react": "^2.2.10",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-query-next-experimental": "^5.28.14",
"@types/stompjs": "^2.3.9",
"axios": "^1.6.8",
"framer-motion": "^11.0.24",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.3",
"sockjs-client": "^1.6.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.35.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/sockjs-client": "^1.5.4",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}