-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.97 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
64
65
66
67
68
69
70
71
72
{
"name": "codesync-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"lint": "eslint",
"type": "module",
"socket": "tsx socket-server/server.ts",
"build": "rm -rf .next && next build",
"vercel-build": "rm -rf .next && next build"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.12.0",
"@xterm/xterm": "^6.0.0",
"bcryptjs": "^3.0.3",
"dotenv": "^17.4.2",
"jsonwebtoken": "^9.0.3",
"monaco-editor": "^0.39.0",
"mongoose": "^9.7.4",
"next": "16.2.10",
"next-auth": "^4.24.14",
"node-pty": "^1.1.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "^5.7.0",
"react-redux": "^9.3.0",
"resend": "^6.17.2",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"sonner": "^2.0.7",
"ws": "^8.21.1",
"y-monaco": "^0.1.6",
"y-protocols": "^1.0.7",
"y-websocket": "^2.0.4",
"y-websocket-server": "^1.0.2",
"yjs": "^13.6.31"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/socket.io": "^3.0.1",
"@types/socket.io-client": "^1.4.36",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"tsx": "^4.23.1",
"typescript": "^5"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jatin26garg/codesync-ai.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jatin26garg/codesync-ai/issues"
},
"homepage": "https://github.com/jatin26garg/codesync-ai#readme"
}