-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.34 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
44
45
46
47
48
49
50
51
{
"name": "lenote",
"version": "0.0.0",
"private": true,
"scripts": {
"client": "cd ClientApp/ && npm start",
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"heroku-postbuild": "cd ClientApp/ && npm install && npm run-script build"
},
"dependencies": {
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"codemirror": "^5.42.0",
"concurrently": "^4.0.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"debug": "~2.6.9",
"esm": "^3.2.25",
"express": "^4.16.4",
"express-session": "^1.15.6",
"fs-extra": "^7.0.0",
"http-errors": "~1.6.2",
"md5": "^2.2.1",
"mongodb": "^3.1.8",
"mongoose": "^5.3.9",
"mongoose-findorcreate": "^3.0.0",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"ot-text": "^1.0.2",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-stub": "^1.1.1",
"passport.socketio": "^3.7.0",
"path": "^0.12.7",
"sharedb": "^1.0.0-beta.18",
"sharedb-mongo": "^1.0.0-beta.8",
"socket.io": "^2.1.1",
"websocket-json-stream": "0.0.3",
"winston": "^3.2.1",
"ws": "^6.2.2"
},
"devDependencies": {
"eslint": "5.6.0",
"eslint-config-google": "^0.11.0"
}
}