-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 977 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 977 Bytes
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": "duoeditor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/state": "^6.5.2",
"@uiw/codemirror-extensions-basic-setup": "^4.23.10",
"@uiw/react-codemirror": "^4.23.10",
"mongodb": "^6.14.2",
"next": "15.1.7",
"next-auth": "^4.24.11",
"nodemailer": "^6.10.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"resend": "^4.3.0",
"y-codemirror": "^3.0.1",
"y-websocket": "^2.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/codemirror": "^5.60.15",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"resolutions": {
"yjs": "^13.5.48"
}
}