-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 KB
/
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
40
41
42
43
{
"name": "pastesync",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/NessajCN/pastesync"
},
"author": {
"name": "Nessaj",
"email": "[email protected]",
"url": "https://github.com/NessajCN"
},
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.6",
"@types/node": "18.11.15",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "^8.30.0",
"nanoid": "^4.0.0",
"next": "^13.2.4",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.4",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"typescript": "^5.0.2",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/xml2js": "^0.4.11"
}
}