-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 869 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
{
"name": "wedeo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@netlify/plugin-nextjs": "^3.4.2",
"emoji-picker-react": "^3.4.8",
"express": "^4.17.1",
"firebase": "^8.6.8",
"moment": "^2.29.1",
"next": "^11.0.1",
"peerjs": "^1.3.2",
"react": "^17.0.2",
"react-datetime": "^3.0.4",
"react-dom": "^17.0.2",
"react-linkify": "^1.0.0-alpha",
"react-redux": "^7.2.4",
"react-share": "^4.4.0",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"socket.io": "^3.1.2",
"socket.io-client": "^3.1.3",
"uuid": "^8.3.2"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.5"
}
}