-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 862 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
40
{
"name": "markos-chat",
"version": "0.0.1",
"description": "my chat app + bot maybe",
"main": "server.js",
"scripts": {
"build": "webpack",
"start": "webpack && node server.js"
},
"dependencies": {
"express": "^4.16.3",
"jsx-loader": "^0.13.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"socket.io": "^2.1.0",
"body-parser": "^1.18.2",
"express-session": "^1.15.6",
"connect-mongo": "^2.0.1",
"mongodb": "^3.0.7",
"node-wit": "^5.0.0",
"express-fileupload": "^0.4.0",
"express-handlebars": "^3.0.0",
"web-push": "^3.3.1"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/snapdrop"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express",
"react"
]
}