-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 925 Bytes
/
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
{
"name": "realtime-code-editor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"server:prod": "node server/server-js",
"build": "next build",
"start": "next start ",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"codemirror": "^5.65.17",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"google-auth-library": "^9.14.0",
"i": "^0.3.7",
"mongoose": "^8.5.3",
"moongoose": "^0.0.5",
"next": "14.2.5",
"npm": "^10.8.2",
"react": "^18",
"react-ace": "^12.0.0",
"react-avatar": "^5.0.3",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5",
"nodemon": "^3.1.4",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}